__gnu_cxx::debug_allocator< _Alloc >(3cxx) | __gnu_cxx::debug_allocator< _Alloc >(3cxx) |
NAME¶
__gnu_cxx::debug_allocator< _Alloc > -SYNOPSIS¶
Public Types¶
typedef _Alloc::const_pointer const_pointer
Public Member Functions¶
pointer allocate (size_type __n)
Detailed Description¶
template<typename _Alloc>class __gnu_cxx::debug_allocator< _Alloc >¶
A meta-allocator with debugging bits, as per [20.4]. This is precisely the allocator defined in the C++ Standard.- •
- all allocation calls operator new
- •
- all deallocation calls operator delete
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Thu Aug 2 2012 | libstdc++ |