Name
ap_clear_pool — clear a pool without destroying it
Synopsis
void ap_clear_pool(pool *p)
Clears a pool, destroying all its subpools with
destroy_pool
and running cleanups. This leaves the
pool itself empty but intact, and therefore available for reuse.