
#include <pool.h> void pfree(POOL_t *p, void *elt);
pfree returns a previously allocated element to a storage pool (created
by the pool function). p is a pointer to the pool, and elt
is a pointer to the element to be returned.
pfree has no return value.
You should not reference pool elements after the pool has been freed.
pool.
free, palloc, pool,
Copyright (c) 1998 SAS Institute Inc. Cary, NC, USA. All rights reserved.