#include <new>#include <cstdlib>#include <bits/functexcept.h>#include <bits/gthr.h>#include <bits/atomicity.h>Include dependency graph for mt_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::__mt_alloc< Type > |
| struct | __gnu_cxx::__mt_alloc< Type >::rebind< Type1 > |
| struct | __gnu_cxx::__mt_alloc< Type >::Tune |
| union | __gnu_cxx::__mt_alloc< Type >::Block_record |
| struct | __gnu_cxx::__mt_alloc< Type >::Bin_record |
Defines | |
| #define | MTALLOCATORH |
Functions | |
| template<typename Type> | |
| bool | __gnu_cxx::operator== (const __mt_alloc< Type > &, const __mt_alloc< Type > &) |
| template<typename Type> | |
| bool | __gnu_cxx::operator!= (const __mt_alloc< Type > &, const __mt_alloc< Type > &) |
Definition in file mt_allocator.h.
1.5.1