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:
[
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 *
ptr
)
[static]
void * ACE_OS_Memory::malloc
(
size_t
nbytes
)
[static]
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:
OS_Memory.h
OS_Memory.cpp
OS_Memory.inl
Generated on Wed Dec 25 18:55:00 2002 for ACE by
1.2.13.1 written by
Dimitri van Heesch
, © 1997-2001