This 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...
#include <PI_Malloc.h>
Detailed Description
This 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
ACE_PI_Control_Block::ACE_Malloc_Header::ACE_Malloc_Header |
( |
void |
| ) |
|
ACE_PI_Control_Block::ACE_Malloc_Header::ACE_Malloc_Header |
( |
ACE_Malloc_Header const & |
| ) |
|
|
private |
Member Function Documentation
void ACE_PI_Control_Block::ACE_Malloc_Header::dump |
( |
void |
| ) |
const |
Dump the state of the object.
Initialize a malloc header pointer.
void ACE_PI_Control_Block::ACE_Malloc_Header::operator= |
( |
ACE_Malloc_Header const & |
| ) |
|
|
private |
Member Data Documentation
Points to next block if on free list.
size_t ACE_PI_Control_Block::ACE_Malloc_Header::size_ |
Size of this header control block.
The documentation for this class was generated from the following files: