Public Attributes | |
uint8_t * | buffer |
uint8_t * | current |
uint32_t | refcount |
uint32_t | size |
Definition at line 23 of file kingsley-alloc.h.
uint8_t* KingsleyAlloc::Mmap::buffer |
Definition at line 28 of file kingsley-alloc.h.
Referenced by KingsleyAlloc::Clone(), KingsleyAlloc::MmapAlloc(), and KingsleyAlloc::SwitchTo().
uint8_t* KingsleyAlloc::Mmap::current |
Definition at line 29 of file kingsley-alloc.h.
Referenced by KingsleyAlloc::Clone(), KingsleyAlloc::MmapAlloc(), and KingsleyAlloc::SwitchTo().
uint32_t KingsleyAlloc::Mmap::refcount |
Definition at line 25 of file kingsley-alloc.h.
Referenced by KingsleyAlloc::Clone(), and KingsleyAlloc::MmapAlloc().
uint32_t KingsleyAlloc::Mmap::size |
Definition at line 27 of file kingsley-alloc.h.
Referenced by KingsleyAlloc::Clone(), KingsleyAlloc::MmapAlloc(), and KingsleyAlloc::SwitchTo().