Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Malloc.h File Reference

#include "ace/pre.h"
#include "ace/ACE.h"
#include "ace/Log_Msg.h"
#include "ace/Malloc_T.h"
#include "ace/Memory_Pool.h"
#include "ace/post.h"

Include dependency graph for Malloc.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Compounds

class  ACE_Control_Block
class  ACE_Control_Block::ACE_Malloc_Header
class  ACE_Control_Block::ACE_Name_Node

Defines

#define ACE_MALLOC_STATS(X)
#define ACE_MALLOC_PADDING   1
#define ACE_MALLOC_HEADER_SIZE
#define ACE_MALLOC_PADDING_SIZE
#define ACE_CONTROL_BLOCK_SIZE
#define ACE_CONTROL_BLOCK_ALIGN_LONGS

Detailed Description

Malloc.h,v 4.75 2001/05/16 00:37:02 shuston Exp

Author(s):
Doug Schmidt and Irfan Pyarali


Define Documentation

#define ACE_CONTROL_BLOCK_ALIGN_LONGS
 

Initializer:

\
            ((ACE_CONTROL_BLOCK_SIZE % ACE_MALLOC_ALIGN != 0 \
              ? ACE_MALLOC_ALIGN - (ACE_CONTROL_BLOCK_SIZE % ACE_MALLOC_ALIGN) \
              : ACE_MALLOC_ALIGN) / int (sizeof (long)))

#define ACE_CONTROL_BLOCK_SIZE
 

Initializer:

((int)(sizeof (ACE_Name_Node*) \
                                      + sizeof (ACE_Malloc_Header*) \
                                      + sizeof (int) \
                                      + MAXNAMELEN))

#define ACE_MALLOC_HEADER_SIZE
 

Initializer:

(ACE_MALLOC_PADDING % ACE_MALLOC_ALIGN == 0 \
                                ? ACE_MALLOC_PADDING \
                                : (((ACE_MALLOC_PADDING / ACE_MALLOC_ALIGN) + 1) \
                                   * ACE_MALLOC_ALIGN))

#define ACE_MALLOC_PADDING   1
 

#define ACE_MALLOC_PADDING_SIZE
 

Initializer:

((int) (ACE_MALLOC_HEADER_SIZE - \
                                    (sizeof (ACE_Malloc_Header*) + sizeof (size_t)))\
                                    / (int) sizeof (long))

#define ACE_MALLOC_STATS( X )
 


Generated at Fri Oct 5 06:30:01 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000