Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::debug_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


Member Enumeration Documentation

template<class _Alloc>
anonymous enum [private]
 

Enumeration values:
_S_extra  

Definition at line 174 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 180 of file stl_alloc.h.

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

Definition at line 187 of file stl_alloc.h.

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

Definition at line 194 of file stl_alloc.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:14 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001