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

OS_Memory.h File Reference

#include "ace/pre.h"
#include "ace/config-all.h"
#include "ace/OS_Export.h"
#include "ace/post.h"

Include dependency graph for OS_Memory.h:

Include dependency graph

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

Included by dependency graph

Compounds

class  ACE_OS_Memory

Defines

#define ACE_MALLOC_ALIGN   ((int) sizeof (long))
#define ACE_HAS_POSITION_INDEPENDENT_POINTERS   1
#define ACE_MALLOC_FUNC   ::malloc
#define ACE_CALLOC_FUNC   ::calloc
#define ACE_FREE_FUNC   ::free
#define ACE_REALLOC_FUNC   ::realloc

Typedefs

typedef void* ACE_MALLOC_T

Detailed Description

OS_Memory.h,v 4.7 2001/08/22 16:32:36 joeh Exp

Author(s):
Doug Schmidt <schmidt@cs.wustl.edu> , Jesper S. M|ller<stophph@diku.dk> , and a cast of thousands...


Define Documentation

#define ACE_CALLOC_FUNC   ::calloc
 

#define ACE_FREE_FUNC   ::free
 

#define ACE_HAS_POSITION_INDEPENDENT_POINTERS   1
 

#define ACE_MALLOC_ALIGN   ((int) sizeof (long))
 

#define ACE_MALLOC_FUNC   ::malloc
 

#define ACE_REALLOC_FUNC   ::realloc
 


Typedef Documentation

typedef void* ACE_MALLOC_T
 


Generated at Wed Nov 21 10:05:52 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000