libpalliate v0.0.1
Palliate core library
memory Namespace Reference

Classes

struct  bin_t
 
class  client
 
struct  element_t
 
class  manager
 
class  memory_map
 
struct  node_t
 
class  server
 

Typedefs

using offset_t = unsigned
 

Enumerations

enum  : unsigned {
  UNUSED = 0ul , INVALID = UINT32_MAX , CLAIM = 1ul << 31 , WAIVE = 1ul << 30 ,
  PRINT = 1ul << 29
}
 

Typedef Documentation

◆ offset_t

using memory::offset_t = typedef unsigned

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : unsigned
Enumerator
UNUSED 
INVALID 
CLAIM 
WAIVE 
PRINT