#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 |
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.