libstdc++
|
Go to the source code of this file.
Classes | |
class | __gnu_cxx::malloc_allocator< _Tp > |
An allocator that uses malloc.This is precisely the allocator defined in the C++ Standard. More... | |
Namespaces | |
namespace | __gnu_cxx |
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 > &) |
This file is a GNU extension to the Standard C++ Library.
Definition in file malloc_allocator.h.