Malloc.h File Reference

#include "ace/Log_Msg.h"
#include "ace/Malloc.inl"
Include dependency graph for Malloc.h:
This graph shows which files directly or indirectly include this file:

Classes

union  ACE_max_align_info
class  ACE_Control_Block
 This information is stored in memory allocated by the <Memory_Pool>. More...
class  ACE_Control_Block::ACE_Malloc_Header
 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...
class  ACE_Control_Block::ACE_Name_Node
 This class supports "named memory regions" within ACE_Malloc. More...

Defines

#define ACE_MALLOC_STATS(X)
#define ACE_MALLOC_HEADER_SIZE   ACE_MALLOC_ROUNDUP(ACE_MALLOC_PADDING, ACE_MALLOC_ALIGN)
#define ACE_CONTROL_BLOCK_SIZE

Detailed Description

Id
Malloc.h 81796 2008-05-28 13:46:21Z sma
Author:
Doug Schmidt and Irfan Pyarali

Define Documentation

#define ACE_CONTROL_BLOCK_SIZE
Value:
((int)(sizeof (ACE_Name_Node*) \
                                      + sizeof (ACE_Malloc_Header*) \
                                      + sizeof (int) \
                                      + MAXNAMELEN))
#define ACE_MALLOC_HEADER_SIZE   ACE_MALLOC_ROUNDUP(ACE_MALLOC_PADDING, ACE_MALLOC_ALIGN)
#define ACE_MALLOC_STATS (  ) 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by  doxygen 1.6.2