#include <cstdlib>#include <new>#include <bits/functexcept.h>Go to the source code of this file.
Namespaces | |
| namespace | __gnu_cxx |
Classes | |
| class | __gnu_cxx::malloc_allocator< _Tp > |
| An allocator that uses malloc. More... | |
| struct | __gnu_cxx::malloc_allocator< _Tp >::rebind< _Tp1 > |
Defines | |
| #define | _MALLOC_ALLOCATOR_H 1 |
Functions | |
| template<typename _Tp> | |
| bool | __gnu_cxx::operator== (const malloc_allocator< _Tp > &, const malloc_allocator< _Tp > &) |
| template<typename _Tp> | |
| bool | __gnu_cxx::operator!= (const malloc_allocator< _Tp > &, const malloc_allocator< _Tp > &) |
Definition in file malloc_allocator.h.
| #define _MALLOC_ALLOCATOR_H 1 |
Definition at line 35 of file malloc_allocator.h.
1.4.7