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

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

ACE_INLINE void ACE_OS_Memory::free void *    ptr [static]
 

ACE_INLINE void * ACE_OS_Memory::malloc size_t    nbytes [static]
 

ACE_INLINE void * ACE_OS_Memory::realloc void *    ptr,
size_t    nbytes
[static]
 

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


The documentation for this class was generated from the following files:
Generated on Sun Feb 17 17:40:41 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001