HomeSort by relevance Sort by last modified time
    Searched refs:ReallocatePool (Results 1 - 25 of 53) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
BaseMemAllocation.c 35 return ReallocatePool ((UINTN) size, (UINTN) size, ptr);
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/ThunkPpiList/
ThunkPpiList.c 55 gThunkPpiList = ReallocatePool (
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
MemoryAllocationLib.c 98 ReallocatePool (
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 44 #define realloc(OldPtr,NewSize,OldSize) ReallocatePool(OldSize,NewSize,OldPtr)
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/
DxeExtractGuidedSectionLib.c 46 mExtractHandlerGuidTable = ReallocatePool (
59 mExtractDecodeHandlerTable = ReallocatePool (
72 mExtractGetInfoHandlerTable = ReallocatePool (
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
MemoryAllocationLib.h 409 ReallocatePool (
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSecurityManagementLib/
DxeSecurityManagementLib.c 69 mSecurityTable = ReallocatePool (
309 mSecurity2Table = ReallocatePool (
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Hotkey.c 482 Name = ReallocatePool (NameSize, NewNameSize, Name);
494 OptionNumbers = ReallocatePool (
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmDriverHealth.c 229 *DriverHealthInfo = ReallocatePool (
255 *DriverHealthInfo = ReallocatePool (
BmLoadOption.c 59 Name = ReallocatePool (NameSize, NewNameSize, Name);
1002 Param->Options = ReallocatePool (
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsLoadOption.c 210 BootOrder = ReallocatePool (BootOrderSize, BootOrderSize + sizeof(UINT16), BootOrder);
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c 716 ReallocatePool (
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/
FirmwarePerformanceSmm.c 110 NewRecordBuffer = ReallocatePool (mBootRecordSize, mBootRecordSize + Data->Size + EXTENSION_RECORD_SIZE, mBootRecordBuffer);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
ReportStatusCodeRouterRuntimeDxe.c 288 NewBuffer = ReallocatePool (
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SecurityStubDxe/
Defer3rdPartyImageLoad.c 136 ImageInfo = ReallocatePool (
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 840 ReallocatePool (
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 872 ReallocatePool (
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 723 ReallocatePool (
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PciHostBridgeLib/
XenSupport.c 435 RootBridges = ReallocatePool (
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Vol.c 115 SysInfo = ReallocatePool((UINTN)SysInfo->Size, (UINTN)SysInfo->Size + Size1 - Size2, SysInfo);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Help.c 61 NewList = ReallocatePool(*DestSize, (*DestSize) + SizeOfAddedNameInBytes, NewList);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
misc.c 57 ReallocatePool (
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PciHostBridgeLib/
PciHostBridgeSupport.c 561 RootBridges = ReallocatePool (
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 923 ReallocatePool (
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 918 ReallocatePool (
    [all...]

Completed in 1021 milliseconds

1 2 3