TianoCore EDK2 master
|
Data Fields | |
UINT32 | Signature |
VOID * | AllocatedBufffer |
UINTN | TotalPages |
VOID * | AlignedBuffer |
UINTN | AlignedPages |
Structure placed immediately before an aligned allocation to store the information required to free the entire buffer allocated to support then aligned allocation.
Definition at line 28 of file MemoryAllocationLibPosix.c.
VOID* PAGE_HEAD::AlignedBuffer |
Definition at line 32 of file MemoryAllocationLibPosix.c.
UINTN PAGE_HEAD::AlignedPages |
Definition at line 33 of file MemoryAllocationLibPosix.c.
VOID* PAGE_HEAD::AllocatedBufffer |
Definition at line 30 of file MemoryAllocationLibPosix.c.
UINT32 PAGE_HEAD::Signature |
Definition at line 29 of file MemoryAllocationLibPosix.c.
UINTN PAGE_HEAD::TotalPages |
Definition at line 31 of file MemoryAllocationLibPosix.c.