ACE_Control_Block::ACE_Malloc_Header Class ReferenceThis is the control block header. It's used by <ACE_Malloc> to keep track of each chunk of data when it's in the free list or in use. More...
Collaboration diagram for ACE_Control_Block::ACE_Malloc_Header:
Detailed DescriptionThis is the control block header. It's used by <ACE_Malloc> to keep track of each chunk of data when it's in the free list or in use.Constructor & Destructor Documentation
Member Function Documentation
Initialize a malloc header pointer.
Dump the state of the object.
Member Data DocumentationPoints to next block if on free list.
Size of this header control block.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:14:41 2008 for ACE by 1.5.5 |