FreeSWITCH API Documentation
1.7.0
|
Functions | |
void | switch_pool_clear (switch_memory_pool_t *pool) |
void switch_pool_clear | ( | switch_memory_pool_t * | pool | ) |
The fundamental pool type Clear all memory in the pool and run all the cleanups. This also destroys all subpools.
pool | The pool to clear |
Definition at line 325 of file switch_core_memory.c.