#include <Malloc_T.h>
Inheritance diagram for ACE_Static_Allocator< POOL_SIZE >:


Public Member Functions | |
| ACE_Static_Allocator (void) | |
Private Attributes | |
| char | pool_ [POOL_SIZE] | 
| Pool contents.   | |
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. 
| ACE_Static_Allocator< POOL_SIZE >::ACE_Static_Allocator | ( | void | ) |  [inline] | 
        
char ACE_Static_Allocator< POOL_SIZE >::pool_[POOL_SIZE] [private]           | 
        
Pool contents.
 1.5.2-2