Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dmisc.c60 IN VOID *OldPool, in ReallocatePool() argument
72 if (OldPool) { in ReallocatePool()
74 CopyMem (NewPool, OldPool, OldSize < NewSize ? OldSize : NewSize); in ReallocatePool()
77 FreePool (OldPool); in ReallocatePool()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h496 IN VOID *OldPool,