libpalliate v0.0.1
Palliate core library
memory/constants.h File Reference
#include <atomic>
#include <cstddef>

Namespaces

namespace  memory
 

Typedefs

using memory::offset_t = unsigned
 

Enumerations

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