ACE_Static_Allocator< POOL_SIZE > Class Template Reference

Defines a class that provided a highly optimized memory management scheme for allocating memory statically. More...

#include <Malloc_T.h>

Inheritance diagram for ACE_Static_Allocator< POOL_SIZE >:

Inheritance graph
[legend]
Collaboration diagram for ACE_Static_Allocator< POOL_SIZE >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ACE_Static_Allocator (void)

Private Attributes

char pool_ [POOL_SIZE]
 Pool contents.


Detailed Description

template<size_t POOL_SIZE>
class ACE_Static_Allocator< POOL_SIZE >

Defines a class that provided a highly optimized memory management scheme for allocating memory statically.

This class allocates a fixed-size POOL_SIZE of memory and uses the ACE_Static_Allocator_Base class implementations of malloc() and calloc() to optimize memory allocation from this pool.

Definition at line 387 of file Malloc_T.h.


Constructor & Destructor Documentation

template<size_t POOL_SIZE>
ACE_Static_Allocator< POOL_SIZE >::ACE_Static_Allocator void   )  [inline]
 

Definition at line 390 of file Malloc_T.h.

00391     : ACE_Static_Allocator_Base (pool_, POOL_SIZE)
00392   {
00393     // This function <{must}> be inlined!!!
00394   }


Member Data Documentation

template<size_t POOL_SIZE>
char ACE_Static_Allocator< POOL_SIZE >::pool_[POOL_SIZE] [private]
 

Pool contents.

Definition at line 398 of file Malloc_T.h.


The documentation for this class was generated from the following file:
Generated on Thu Nov 9 11:30:07 2006 for ACE by doxygen 1.3.6