Searched refs:ReallocatePool (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DBaseMemAllocation.c35 return ReallocatePool ((UINTN)size, (UINTN)size, ptr);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeExtractGuidedSectionLib/
H A DDxeExtractGuidedSectionLib.c45 mExtractHandlerGuidTable = ReallocatePool (
58 mExtractDecodeHandlerTable = ReallocatePool (
71 mExtractGetInfoHandlerTable = ReallocatePool (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeSecurityManagementLib/
H A DDxeSecurityManagementLib.c51 mSecurityTable = ReallocatePool (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DMemoryAllocationLib.h406 ReallocatePool (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DNicIp4Variable.c232 VariableName = ReallocatePool (VariableNameBufferSize, VariableNameSize, VariableName);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
H A DReportStatusCodeRouterRuntimeDxe.c288 NewBuffer = ReallocatePool (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c708 ReallocatePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DVol.c115 SysInfo = ReallocatePool((UINTN)SysInfo->Size, (UINTN)SysInfo->Size + Size1 - Size2, SysInfo);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c719 ReallocatePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c822 ReallocatePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/
H A DMemoryAllocationLib.c867 ReallocatePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c719 ReallocatePool ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
H A DFirmwarePerformanceDxe.c648 mBootRecordBuffer = ReallocatePool (mBootRecordSize, mBootRecordSize + Data->Size + EXTENSION_RECORD_SIZE, mBootRecordBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c59 Str->Str = ReallocatePool (
1567 Str.Str = ReallocatePool (NewSize, NewSize, Str.Str);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c58 Str->Str = ReallocatePool (
1532 Str.Str = ReallocatePool (NewSize, NewSize, Str.Str);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c93 Str->Str = ReallocatePool (
1359 Str.Str = ReallocatePool (Str.Len, NewSize, Str.Str);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c2064 Str = ReallocatePool (Index, Index + 16, Str);
3075 FileBuffer.CurrentLine->Buffer = ReallocatePool (
3281 Line->Buffer = ReallocatePool (
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiFileHandleLib/
H A DUefiFileHandleLib.c767 *Destination = ReallocatePool(*CurrentSize, NewSize, *Destination);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c1347 ((EFI_FILE_PROTOCOL_MEM*)This)->Buffer = ReallocatePool((UINTN)(((EFI_FILE_PROTOCOL_MEM*)This)->BufferSize), (UINTN)(((EFI_FILE_PROTOCOL_MEM*)This)->BufferSize) + (*BufferSize) + 10, ((EFI_FILE_PROTOCOL_MEM*)This)->Buffer);
1363 ((EFI_FILE_PROTOCOL_MEM*)This)->Buffer = ReallocatePool((UINTN)(((EFI_FILE_PROTOCOL_MEM*)This)->BufferSize), (UINTN)(((EFI_FILE_PROTOCOL_MEM*)This)->BufferSize) + AsciiStrSize(AsciiBuffer) + 10, ((EFI_FILE_PROTOCOL_MEM*)This)->Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c405 *MultiString = (EFI_STRING) ReallocatePool (
599 *AltCfgResp = (EFI_STRING) ReallocatePool (
613 *AltCfgResp = (EFI_STRING) ReallocatePool (
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.c1223 *DestinationBuffer = ReallocatePool(LocalDestinationSize, LocalDestinationFinalSize, *DestinationBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c1090 VarBuffer = ReallocatePool (
2442 Buffer = ReallocatePool (
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c2018 CurrentItemPackage->Value = ReallocatePool(ValueSize, ValueSize + StrSize(Argv[LoopCounter]) + sizeof(CHAR16), CurrentItemPackage->Value);
3122 *Destination = ReallocatePool(*CurrentSize, NewSize, *Destination);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c966 mBootOptionBbsMapping = ReallocatePool (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c52 Str->Str = ReallocatePool (

Completed in 617 milliseconds

12