#include <bits/c++config.h>#include <cstdlib>#include <new>#include <bits/functexcept.h>#include <bits/atomicity.h>#include <bits/concurrence.h>Go to the source code of this file.
Namespaces | |
| namespace | __gnu_cxx |
Classes | |
| class | __gnu_cxx::__pool_alloc_base |
| Base class for __pool_alloc. More... | |
| union | __gnu_cxx::__pool_alloc_base::_Obj |
| class | __gnu_cxx::__pool_alloc< _Tp > |
| class __pool_alloc. More... | |
| struct | __gnu_cxx::__pool_alloc< _Tp >::rebind< _Tp1 > |
Defines | |
| #define | _POOL_ALLOCATOR_H 1 |
Functions | |
| template<typename _Tp> | |
| bool | __gnu_cxx::operator== (const __pool_alloc< _Tp > &, const __pool_alloc< _Tp > &) |
| template<typename _Tp> | |
| bool | __gnu_cxx::operator!= (const __pool_alloc< _Tp > &, const __pool_alloc< _Tp > &) |
Definition in file pool_allocator.h.
| #define _POOL_ALLOCATOR_H 1 |
Definition at line 48 of file pool_allocator.h.
1.4.7