Searched refs:OldPool (Results 1 – 2 of 2) sorted by relevance
60 IN VOID *OldPool, in ReallocatePool() argument72 if (OldPool) { in ReallocatePool()74 CopyMem (NewPool, OldPool, OldSize < NewSize ? OldSize : NewSize); in ReallocatePool()77 FreePool (OldPool); in ReallocatePool()
496 IN VOID *OldPool,