Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Memory Pool Functions
[Brought To You By APR]


Functions

void switch_pool_clear (switch_memory_pool_t *p)


Function Documentation

void switch_pool_clear switch_memory_pool_t p  ) 
 

Clear all memory in the pool and run all the cleanups. This also destroys all subpools.

Parameters:
p The pool to clear
Remarks:
This does not actually free the memory, it just allows the pool to re-use this memory for the next allocation.
See also:
apr_pool_destroy()
00072 {
00073         apr_pool_clear(p);
00074 }


Generated on Fri Oct 10 11:24:22 2008 for FreeSWITCH by  doxygen 1.3.9.1