#include <pool.h> void pdel(POOL_t *p);
pdel
releases all elements of a storage pool (allocated by the
pool
function) and frees associated storage. p
is a pointer
that points to the storage pool. It is not necessary to free all the elements
of the pool before deleting it.
pdel
has no return value.
pdel
with a random argument
usually results in an ABEND.
Do not reference pool elements after the pool has been deleted.
pool
.
free
, pool
Copyright (c) 1998 SAS Institute Inc. Cary, NC, USA. All rights reserved.