#include <memory_pool.h>
Public Member Functions | |
| MemoryPoolMT () | |
| MemoryPoolMT (const MemoryPool *parent) | |
| MemoryPoolMT (const MemoryPoolMT *parent) | |
| ~MemoryPoolMT () | |
| void * | alloc (size_t size) |
| Thread safe memory allocation. | |
| apr_status_t | create_mutex (apr_thread_mutex_t **, unsigned int flags) |
| Thread safe mutex allocation / creation. | |
| tl.MemoryPoolMT.MemoryPoolMT | ( | ) |
| tl.MemoryPoolMT.MemoryPoolMT | ( | const MemoryPool * | parent | ) |
| tl.MemoryPoolMT.MemoryPoolMT | ( | const MemoryPoolMT * | parent | ) |
| tl.MemoryPoolMT.~MemoryPoolMT | ( | ) |
| void* tl.MemoryPoolMT.alloc | ( | size_t | size | ) |
Thread safe memory allocation.
| apr_status_t tl.MemoryPoolMT.create_mutex | ( | apr_thread_mutex_t ** | , | |
| unsigned int | flags | |||
| ) |
Thread safe mutex allocation / creation.
Genereated on Tue Mar 11 19:25:43 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.