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


Public Methods | |
| ACE_Static_Allocator (void) | |
Private Attributes | |
| char | pool_ [POOL_SIZE] |
| Pool contents. More... | |
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 370 of file Malloc_T.h.
|
||||||||||
|
Definition at line 373 of file Malloc_T.h. References pool_.
00374 : ACE_Static_Allocator_Base (pool_, POOL_SIZE) 00375 { 00376 // This function <{must}> be inlined!!! 00377 } |
|
|||||
|
Pool contents.
Definition at line 381 of file Malloc_T.h. Referenced by ACE_Static_Allocator. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002