Lluvia
|
Structure to hold the allocation information of objects in memory. More...
#include <MemoryAllocationInfo.h>
Public Attributes | |
uint64_t | offset |
aligned offset More... | |
uint64_t | size |
requested size More... | |
uint64_t | leftPadding |
left padding required to align offset More... | |
uint32_t | page |
page number within memory More... | |
Structure to hold the allocation information of objects in memory.
uint64_t ll::MemoryAllocationInfo::leftPadding |
left padding required to align offset
uint64_t ll::MemoryAllocationInfo::offset |
aligned offset
uint32_t ll::MemoryAllocationInfo::page |
page number within memory
uint64_t ll::MemoryAllocationInfo::size |
requested size