|
|
Whole document tree
Templatestd::debug_alloc class Reference
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members
std::debug_alloc< _Alloc > Class Template Reference#include <stl_alloc.h>
List of all members.
Static Public Methods |
void * | allocate (size_t __n) |
void | deallocate (void *__p, size_t __n) |
void * | reallocate (void *__p, size_t __old_sz, size_t __new_sz) |
Private Types |
enum | { _S_extra = 8
} |
template<class _Alloc>
class std::debug_alloc< _Alloc >
Member Enumeration Documentation
template<class _Alloc> |
anonymous enum [private]
|
|
Member Function Documentation
template<class _Alloc> |
void* std::debug_alloc< _Alloc >::allocate |
( |
size_t |
__n |
) |
[inline, static] |
|
template<class _Alloc> |
void std::debug_alloc< _Alloc >::deallocate |
( |
void * |
__p, |
|
|
size_t |
__n |
|
) |
[inline, static] |
|
template<class _Alloc> |
void* std::debug_alloc< _Alloc >::reallocate |
( |
void * |
__p, |
|
|
size_t |
__old_sz, |
|
|
size_t |
__new_sz |
|
) |
[inline, static] |
|
The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:18:26 2002 for libstdc++-v3 Source by
1.2.15
|