ACE_Control_Block Class ReferenceThis information is stored in memory allocated by the <Memory_Pool>. More...
Collaboration diagram for ACE_Control_Block:
![]()
Detailed DescriptionThis information is stored in memory allocated by the <Memory_Pool>.This class defines the "old" control block class for use in ACE_Malloc_T. This control block implementation is considerable more efficient than the "position independent" one below (ACE_PI_Control_Block) but if you are going to use it to construct a ACE_Malloc_T and access the memory from several different processes, you must "map" the underlying memory pool to the same address. Member Function Documentation
Print out a bunch of size info for debugging.
Dump the state of the object.
Member Data DocumentationReference counter.
Head of the linked list of Name Nodes.
Current head of the freelist.
Name of lock thats ensures mutual exclusion.
Dummy node used to anchor the freelist. This needs to come last...
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:14:41 2008 for ACE by ![]() |