Definition:
void ap_destroy_pool(pool *p);
Usage example:
ap_child_exit_modules(pconf, server_conf);
ap_destroy_pool(pchild);
This function will recursively destroy the specified pool allocation area and any sub-pools of it, making any memory allocated to them available for use elsewhere. Cleanups for the contents of the destroyed pool are run, after the subpools have been reclaimed.
Previous: ap_destroy_mutex
Next: ap_destroy_sub_req
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)