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

/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
H A DMemoryAllocationLib.c456 InternalAllocateZeroPool ( function
489 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
511 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
533 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
685 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c465 InternalAllocateZeroPool ( function
498 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
520 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
542 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
694 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c463 InternalAllocateZeroPool ( function
496 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
518 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
540 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
692 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c526 InternalAllocateZeroPool ( function
559 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
581 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
755 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c565 InternalAllocateZeroPool ( function
626 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
648 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
809 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
H A DMemoryAllocationLib.c609 InternalAllocateZeroPool ( function
642 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
664 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
841 NewBuffer = InternalAllocateZeroPool (PoolType, NewSize);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c419 InternalAllocateZeroPool ( function
480 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
502 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
H A DMemoryAllocationLib.c453 InternalAllocateZeroPool ( function
486 return InternalAllocateZeroPool (EfiBootServicesData, AllocationSize);
508 return InternalAllocateZeroPool (EfiRuntimeServicesData, AllocationSize);
530 return InternalAllocateZeroPool (EfiReservedMemoryType, AllocationSize);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
H A DRtDevicePath.c101 InternalAllocateZeroPool ( function
500 FilePath = InternalAllocateZeroPool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + sizeof (EFI_DEVICE_PATH_PROTOCOL));

Completed in 89 milliseconds