debug_allocator Class Template Reference
#include <debug_allocator.h>
List of all members.
Detailed Description
template<typename Alloc>
class __gnu_cxx::debug_allocator< Alloc >
This is precisely the allocator defined in the C++ Standard.
- all allocation calls operator new
- all deallocation calls operator delete
(See allocators info for more.)
Definition at line 65 of file debug_allocator.h.
Public Types
-
typedef Alloc::const_pointer const_pointer
-
typedef Alloc::const_reference const_reference
-
typedef Alloc::difference_type difference_type
-
typedef Alloc::pointer pointer
-
typedef Alloc::reference reference
-
typedef Alloc::size_type size_type
-
typedef Alloc::value_type value_type
Public Member Functions
-
pointer allocate (size_type n, const void *__hint)
-
pointer allocate (size_type n)
-
void deallocate (pointer __p, size_type n)
The documentation for this class was generated from the following file:
Generated on Sun Jul 25 00:12:38 2004 for libstdc++ source by
1.3.7