#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <bits/functexcept.h>
#include <bits/stl_threads.h>
#include <bits/atomicity.h>
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | std::new_alloc |
class | std::__malloc_alloc_template< inst > |
class | std::simple_alloc< Type, Alloc > |
class | std::__debug_alloc< Alloc > |
class | std::__default_alloc_template< __threads, inst > |
struct | std::allocator< Type > |
The "standard" allocator, as per [20.4]. More... | |
struct | std::allocator< Type > |
The "standard" allocator, as per [20.4]. More... | |
struct | std::Alloc_traits< Type, Allocator > |
struct | std::std::Alloc_traits< Type, allocator< Type1 > > |
The version for the default allocator. More... | |
struct | std::std::Alloc_traits< Type, __malloc_alloc_template< inst > > |
Versions for the predefined "SGI" style allocators. More... | |
struct | std::std::Alloc_traits< Type, allocator< Type1, __malloc_alloc_template< inst > > > |
Versions for the allocator adaptor used with the predefined "SGI" style allocators. More... | |
Functions | |
template<int inst> | |
bool | std::operator== (const __malloc_alloc_template< inst > &, const __malloc_alloc_template< inst > &) |
template<int inst> | |
bool | std::operator!= (const __malloc_alloc_template< inst > &, const __malloc_alloc_template< inst > &) |
template<typename Alloc> | |
bool | std::operator== (const __debug_alloc< Alloc > &, const __debug_alloc< Alloc > &) |
template<typename Alloc> | |
bool | std::operator!= (const __debug_alloc< Alloc > &, const __debug_alloc< Alloc > &) |
Definition in file stl_alloc.h.