Searched refs:InternalReallocatePool (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryAllocationLib/ |
H A D | MemoryAllocationLib.c | 668 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 D | MemoryAllocationLib.c | 679 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/MdePkg/Library/UefiMemoryAllocationLib/ |
H A D | MemoryAllocationLib.c | 679 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 D | MemoryAllocationLib.c | 782 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 D | MemoryAllocationLib.c | 827 InternalReallocatePool ( function 873 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); 905 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer);
|
Completed in 2868 milliseconds