Modules | |
| group | Bitpacking |
| group | Buffer Routines |
| group | Caller Identity / Dialplan |
| group | Channel Functions |
| group | Config File Parser |
| group | Media Bugs |
| group | Port Allocation |
| group | Startup/Shutdown |
| group | Read/Write Locking |
| group | State Handlers |
| group | Memory Pooling/Allocation |
| group | Session Creation / Management |
| group | Hash Functions |
| group | Timer Functions |
| group | Codec Functions |
| group | Database Functions |
| group | File Functions |
| group | ASR/TTS Functions |
| group | Directory Service Functions |
| group | Misc |
| group | Eventing Engine |
| group | IVR Library |
| group | Loadable Module Functions |
| group | Logger Routines |
| group | Audio Resample Functions |
| group | RTP (RealTime Transport Protocol) |
| group | Scheduler |
| group | STUN code |
| group | XML Library Functions |
Functions | |
| void | switch_core_memory_pool_tag (switch_memory_pool_t *pool, const char *tag) |
| switch_status_t | switch_core_perform_new_memory_pool (_Out_ switch_memory_pool_t **pool, _In_z_ const char *file, _In_z_ const char *func, _In_ int line) |
|
||||||||||||
|
00256 {
00257 apr_pool_tag(pool, tag);
00258 }
|
|
||||||||||||||||||||
|
|
1.3.9.1