Searched defs:InternalReallocatePool (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c668 InternalReallocatePool ( function
714 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer);
746 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
778 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c679 InternalReallocatePool ( function
725 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer);
757 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
789 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c782 InternalReallocatePool ( function
828 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
860 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/
H A DMemoryAllocationLib.c827 InternalReallocatePool ( function
873 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
905 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c679 InternalReallocatePool ( function
725 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer);
757 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
789 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer);

Completed in 39 milliseconds