|
Public Methods |
| ACE_Malloc_Header (void) |
void | dump (void) const |
| Dump the state of the object.
|
Static Public Methods |
void | init_ptr (MALLOC_HEADER_PTR *ptr, ACE_Malloc_Header *init, void *base_addr) |
| Initialize a malloc header pointer.
|
Public Attributes |
MALLOC_HEADER_PTR | next_block_ |
| Points to next block if on free list.
|
size_t | size_ |
| Size of this header control block.
|
char | padding_ [(ACE_PI_MALLOC_PADDING_SIZE)?ACE_PI_MALLOC_PADDING_SIZE:ACE_MALLOC_ALIGN] |
Private Methods |
void | operator= (const ACE_Malloc_Header &) |