/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/ |
MemoryAllocationLib.c | 676 InternalReallocatePool (
722 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer);
754 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
786 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer);
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/ |
MemoryAllocationLib.c | 800 InternalReallocatePool (
846 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer);
878 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
910 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer);
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/ |
MemoryAllocationLib.c | 683 InternalReallocatePool (
729 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer);
761 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
793 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer);
|
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/ |
MemoryAllocationLib.c | 832 InternalReallocatePool (
878 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
910 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
MemoryAllocationLib.c | 883 InternalReallocatePool (
931 Buffer = InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer);
976 Buffer = InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/ |
MemoryAllocationLib.c | 880 InternalReallocatePool (
928 Buffer = InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer);
973 Buffer = InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/ |
MemoryAllocationLib.c | 878 InternalReallocatePool (
926 Buffer = InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
971 Buffer = InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/ |
MemoryAllocationLib.c | 964 InternalReallocatePool (
[all...] |