Name
ap_make_sub_pool — create a subpool
Synopsis
pool *ap_make_sub_pool(pool *p)
Creates a subpool within a pool. The
subpool
is destroyed automatically when the pool p
is
destroyed, but can also be destroyed earlier with
destroy_pool
or cleared with
clear_pool
. Returns the new pool.