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

ACE_OS_Memory Class Reference

This class is a wrapper for dynamic memory operations. More...

#include <OS_Memory.h>

Inheritance diagram for ACE_OS_Memory:

Inheritance graph
[legend]
List of all members.

Static Public Methods

void * sbrk (int brk)
void * calloc (size_t elements, size_t sizeof_elements)
void * malloc (size_t)
void * realloc (void *, size_t)
void free (void *)

Detailed Description

This class is a wrapper for dynamic memory operations.


Member Function Documentation

void * ACE_OS_Memory::calloc size_t    elements,
size_t    sizeof_elements
[static]
 

void ACE_OS_Memory::free void *    [static]
 

void * ACE_OS_Memory::malloc size_t    [static]
 

void * ACE_OS_Memory::realloc void *   ,
size_t   
[static]
 

ACE_INLINE void * ACE_OS_Memory::sbrk int    brk [static]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 19 14:03:37 2003 for ACE by doxygen1.2.18