#include <bits/c++config.h>#include <cstdlib>#include <new>#include <bits/functexcept.h>#include <bits/atomicity.h>#include <bits/concurrence.h>Include dependency graph for pool_allocator.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | __gnu_cxx |
Classes | |
| class | __gnu_cxx::__pool_alloc_base |
| union | __gnu_cxx::__pool_alloc_base::Obj |
| class | __gnu_cxx::__pool_alloc< Type > |
| struct | __gnu_cxx::__pool_alloc< Type >::rebind< Type1 > |
Defines | |
| #define | POOLALLOCATORH |
Functions | |
| template<typename Type> | |
| bool | __gnu_cxx::operator== (const __pool_alloc< Type > &, const __pool_alloc< Type > &) |
| template<typename Type> | |
| bool | __gnu_cxx::operator!= (const __pool_alloc< Type > &, const __pool_alloc< Type > &) |
Definition in file pool_allocator.h.
1.5.1