Searched refs:NewPool (Results 1 – 1 of 1) sorted by relevance
345 VOID *NewPool; in EfiReallocatePool() local347 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()