ACE  6.0.6
Public Member Functions | Private Attributes
ACE_Static_Allocator Class 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:
Inheritance graph
[legend]
Collaboration diagram for ACE_Static_Allocator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ACE_Static_Allocator (void)

Private Attributes

char pool_ [POOL_SIZE]
 Pool contents.

Detailed Description

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.


Constructor & Destructor Documentation

ACE_Static_Allocator::ACE_Static_Allocator ( void  ) [inline]

Member Data Documentation

char ACE_Static_Allocator::pool_[POOL_SIZE] [private]

Pool contents.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines