Docs » Autodocs » exec.library » DeletePool
DeletePool -- Drain an entire memory pool (V39)
DeletePool(poolHeader) a0 void DeletePool(void *);
Frees all memory in all pudles of the specified pool header, then deletes the pool header. Individual free calls are not needed.
poolHeader - as returned by CreatePool().
CreatePool(), AllocPooled(), FreePooled()
|