Whole document tree
    

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]
 

Enumeration values:
_S_extra 

Definition at line 203 of file stl_alloc.h.


Member Function Documentation

template<class _Alloc>
void* std::debug_alloc< _Alloc >::allocate size_t    __n [inline, static]
 

Definition at line 209 of file stl_alloc.h.

References std::debug_alloc< _Alloc >::_S_extra, and allocate().

template<class _Alloc>
void std::debug_alloc< _Alloc >::deallocate void *    __p,
size_t    __n
[inline, static]
 

Definition at line 216 of file stl_alloc.h.

References std::debug_alloc< _Alloc >::_S_extra, and deallocate().

template<class _Alloc>
void* std::debug_alloc< _Alloc >::reallocate void *    __p,
size_t    __old_sz,
size_t    __new_sz
[inline, static]
 

Definition at line 223 of file stl_alloc.h.

References std::debug_alloc< _Alloc >::_S_extra.


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 doxygen1.2.15