| 
    libstdc++
    
   | 
 
#include <debug_allocator.h>
Public Types | |
| typedef _Traits::const_pointer | const_pointer | 
| typedef _Traits::const_reference | const_reference | 
| typedef _Traits::difference_type | difference_type | 
| typedef _Traits::pointer | pointer | 
| typedef _Traits::reference | reference | 
| typedef _Traits::size_type | size_type | 
| typedef _Traits::value_type | value_type | 
Public Member Functions | |
| debug_allocator (const _Alloc &__a) | |
| template<typename _Alloc2 > | |
| debug_allocator (const debug_allocator< _Alloc2 > &__a2, typename __convertible< _Alloc2 >::__type=0) | |
| pointer | allocate (size_type __n) | 
| pointer | allocate (size_type __n, const void *__hint) | 
| template<typename _Tp , typename... _Args> | |
| void | construct (_Tp *__p, _Args &&... __args) | 
| void | construct (pointer __p, const value_type &__val) | 
| void | deallocate (pointer __p, size_type __n) | 
| template<typename _Tp > | |
| void | destroy (_Tp *__p) | 
| size_type | max_size () const throw () | 
Friends | |
| template<typename _Alloc2 > | |
| bool | operator== (const debug_allocator &__lhs, const debug_allocator< _Alloc2 > &__rhs) noexcept | 
A meta-allocator with debugging bits.
This is precisely the allocator defined in the C++03 Standard.
Definition at line 62 of file debug_allocator.h.
| typedef _Traits::const_pointer __gnu_cxx::debug_allocator< _Alloc >::const_pointer | 
Definition at line 72 of file debug_allocator.h.
| typedef _Traits::const_reference __gnu_cxx::debug_allocator< _Alloc >::const_reference | 
Definition at line 74 of file debug_allocator.h.
| typedef _Traits::difference_type __gnu_cxx::debug_allocator< _Alloc >::difference_type | 
Definition at line 70 of file debug_allocator.h.
| typedef _Traits::pointer __gnu_cxx::debug_allocator< _Alloc >::pointer | 
Definition at line 71 of file debug_allocator.h.
| typedef _Traits::reference __gnu_cxx::debug_allocator< _Alloc >::reference | 
Definition at line 73 of file debug_allocator.h.
| typedef _Traits::size_type __gnu_cxx::debug_allocator< _Alloc >::size_type | 
Definition at line 69 of file debug_allocator.h.
| typedef _Traits::value_type __gnu_cxx::debug_allocator< _Alloc >::value_type | 
Definition at line 75 of file debug_allocator.h.
      
  | 
  inline | 
Definition at line 112 of file debug_allocator.h.
      
  | 
  inline | 
Definition at line 115 of file debug_allocator.h.
      
  | 
  inline | 
Definition at line 119 of file debug_allocator.h.
      
  | 
  inline | 
Definition at line 123 of file debug_allocator.h.
      
  | 
  inline | 
Definition at line 132 of file debug_allocator.h.
      
  | 
  inline | 
Definition at line 162 of file debug_allocator.h.
      
  | 
  inline | 
Definition at line 156 of file debug_allocator.h.
      
  | 
  inline | 
Definition at line 141 of file debug_allocator.h.
      
  | 
  inline | 
Definition at line 171 of file debug_allocator.h.
      
  | 
  inline | |||||||||||||
Definition at line 175 of file debug_allocator.h.
Definition at line 64 of file debug_allocator.h.
      
  | 
  friend | 
Definition at line 180 of file debug_allocator.h.