#include <Malloc.h>
Public Member Functions | |
ACE_Malloc_Header (void) | |
void | dump (void) const |
Dump the state of the object. | |
Static Public Member Functions | |
static void | init_ptr (ACE_Malloc_Header **ptr, ACE_Malloc_Header *init, void *base_addr) |
Initialize a malloc header pointer. | |
Public Attributes | |
ACE_Malloc_Header * | next_block_ |
Points to next block if on free list. | |
size_t | size_ |
Size of this header control block. | |
char | padding_ [(ACE_MALLOC_PADDING_SIZE)?ACE_MALLOC_PADDING_SIZE:ACE_MALLOC_ALIGN] |
ACE_Control_Block::ACE_Malloc_Header::ACE_Malloc_Header | ( | void | ) |
ACE_INLINE void ACE_Control_Block::ACE_Malloc_Header::init_ptr | ( | ACE_Malloc_Header ** | ptr, | |
ACE_Malloc_Header * | init, | |||
void * | base_addr | |||
) | [static] |
Initialize a malloc header pointer.
void ACE_Control_Block::ACE_Malloc_Header::dump | ( | void | ) | const |
Dump the state of the object.
Points to next block if on free list.
Size of this header control block.
char ACE_Control_Block::ACE_Malloc_Header::padding_[(ACE_MALLOC_PADDING_SIZE)?ACE_MALLOC_PADDING_SIZE:ACE_MALLOC_ALIGN] |