TianoCore EDK2 master
Loading...
Searching...
No Matches
PAGE_HEAD Struct Reference

Data Fields

UINT32 Signature
 
VOID * AllocatedBufffer
 
UINTN TotalPages
 
VOID * AlignedBuffer
 
UINTN AlignedPages
 

Detailed Description

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.

Field Documentation

◆ AlignedBuffer

VOID* PAGE_HEAD::AlignedBuffer

Definition at line 32 of file MemoryAllocationLibPosix.c.

◆ AlignedPages

UINTN PAGE_HEAD::AlignedPages

Definition at line 33 of file MemoryAllocationLibPosix.c.

◆ AllocatedBufffer

VOID* PAGE_HEAD::AllocatedBufffer

Definition at line 30 of file MemoryAllocationLibPosix.c.

◆ Signature

UINT32 PAGE_HEAD::Signature

Definition at line 29 of file MemoryAllocationLibPosix.c.

◆ TotalPages

UINTN PAGE_HEAD::TotalPages

Definition at line 31 of file MemoryAllocationLibPosix.c.


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