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
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:
OS_Memory.h
OS_Memory.inl
Generated at Sat Dec 1 11:03:35 2001 for ACE by
1.2.3 written by
Dimitri van Heesch
, © 1997-2000