|
RTS API Documentation
1.10.11
|
Collaboration diagram for Memory Pool Functions: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 336 of file switch_core_memory.c.
References pool, SWITCH_SIZE_T_FMT, and switch_stream_handle::write_function.
1.8.13