Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::ReplicatedHeap::ObjectHeader Struct Reference

#include <repl_heap.h>

Public Attributes

uint64_t state
 
uint64_t size
 

Static Public Attributes

static const uint64_t STATE_FREE = 0x0102030405060708ULL
 
static const uint64_t STATE_ALLOCD = 0x0F0E0D0C0B0A0908ULL
 
static const uint64_t STATE_INVALID = 0
 

Member Data Documentation

◆ size

uint64_t Realm::ReplicatedHeap::ObjectHeader::size

◆ state

uint64_t Realm::ReplicatedHeap::ObjectHeader::state

◆ STATE_ALLOCD

const uint64_t Realm::ReplicatedHeap::ObjectHeader::STATE_ALLOCD = 0x0F0E0D0C0B0A0908ULL
static

◆ STATE_FREE

const uint64_t Realm::ReplicatedHeap::ObjectHeader::STATE_FREE = 0x0102030405060708ULL
static

◆ STATE_INVALID

const uint64_t Realm::ReplicatedHeap::ObjectHeader::STATE_INVALID = 0
static

The documentation for this struct was generated from the following file: