tl.MemoryPoolMT Class Reference

#include <memory_pool.h>

List of all members.

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.


Constructor & Destructor Documentation

tl.MemoryPoolMT.MemoryPoolMT (  ) 

tl.MemoryPoolMT.MemoryPoolMT ( const MemoryPool parent  ) 

tl.MemoryPoolMT.MemoryPoolMT ( const MemoryPoolMT parent  ) 

tl.MemoryPoolMT.~MemoryPoolMT (  ) 


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Genereated on Tue Mar 11 19:25:43 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.