ACE_Obchunk Class ReferenceDefines the state that represents a "chunk" of memory. Evenything in this class is public because it is designed as an internal structure of Obstack_T and users are not supposed to use this class directly. More...
Collaboration diagram for ACE_Obchunk:
Detailed DescriptionDefines the state that represents a "chunk" of memory. Evenything in this class is public because it is designed as an internal structure of Obstack_T and users are not supposed to use this class directly.
Constructor & Destructor Documentation
Constructor.
Dtor.
Member Function Documentation
Dump the state of an object.
Member Data DocumentationDeclare the dynamic allocation hooks.
Pointer to the end of the chunk.
Pointer to the head of the current building block.
Pointer to the current location in the chunk.
Next chunk in the chain.
Pointer to the beginning contents of this chunk. This field is actually overlayed by the memory allocated by <ACE_Obstack::new_chunk>. Therefore, it *must* come last.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:16:02 2008 for ACE by 1.5.5 |