Home
last modified time | relevance | path

Searched refs:NewPool (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBmLib.c345 VOID *NewPool; in EfiReallocatePool() local
347 NewPool = NULL; in EfiReallocatePool()
349 NewPool = AllocateZeroPool (NewSize); in EfiReallocatePool()
353 if (NewPool != NULL) { in EfiReallocatePool()
354 CopyMem (NewPool, OldPool, OldSize < NewSize ? OldSize : NewSize); in EfiReallocatePool()
360 return NewPool; in EfiReallocatePool()