Searched refs:InternalAllocateZeroPool (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c433 InternalAllocateZeroPool ( function
494 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
516 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
677 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c459 InternalAllocateZeroPool ( function
492 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
514 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
536 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
688 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c459 InternalAllocateZeroPool ( function
492 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
514 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
536 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
688 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c562 InternalAllocateZeroPool ( function
595 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
617 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
791 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/
H A DMemoryAllocationLib.c604 InternalAllocateZeroPool ( function
637 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
659 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
836 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);

Completed in 1606 milliseconds