EFI_PAGE_SIZE

The EFI memory allocation functions work in units of EFI_PAGEs that are 4KB. This should in no way be confused with the page size of the processor. An EFI_PAGE is just the quanta of memory in EFI.

extern (C)
enum EFI_PAGE_SIZE = SIZE_4KB;

Meta