summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/malloc_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Fix missing members in std::allocator<void>Jonathan Wakely2021-05-111-1/+7
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190]Jonathan Wakely2020-10-051-2/+8
* libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely2020-04-301-3/+2
* libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely2020-04-151-0/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely2019-10-231-2/+2
* Remove redundant std::allocator members for C++20Jonathan Wakely2019-10-221-15/+26
* Remove using-declarations that add std names to __gnu_cxxJonathan Wakely2019-05-311-7/+4
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Relocation (= move+destroy)Marc Glisse2018-10-251-1/+5
* Make ext allocators support heterogeneous equality comparisonJonathan Wakely2018-10-111-10/+12
* PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)Jonathan Wakely2018-10-101-1/+7
* LWG 3035. std::allocator's constructors should be constexprJonathan Wakely2018-06-181-0/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Make sure the return value of malloc_allocator::allocate is zero-initialized ...Ville Voutilainen2016-10-161-1/+1
* PR65122 extended alignment support in allocatorsJonathan Wakely2016-10-141-1/+24
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely2012-11-191-3/+10
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-1/+1
* throw_allocator.h: Use noexcept.Paolo Carlini2011-06-101-8/+12
* Makefile.am: Add new ptr_traits.h header.Jonathan Wakely2011-05-281-7/+11
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-2/+5
* [multiple changes]Paolo Carlini2010-05-201-3/+3
* array (at): Do not use builtin_expect.Jan Hubicka2009-04-241-1/+1
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-14/+9
* user.cfg.in: Tweaks.Benjamin Kosnik2009-02-211-1/+2
* [multiple changes]Paolo Carlini2008-06-211-2/+2
* throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.Paolo Carlini2007-10-271-2/+10
* cc_hash_max_collision_check_resize_trigger_imp.hpp: Qualify namespace std mem...Benjamin Kosnik2007-04-111-3/+4
* re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std)Marc Glisse2006-04-231-0/+3
* c++config: Add in revised namespace associations.Benjamin Kosnik2005-12-191-4/+5
* All files: Update FSF address.Kelley Cook2005-08-171-1/+1
* * include/ext/malloc_allocator.h: Include cstdlib.Richard Henderson2004-12-041-0/+1
* doxygroups.cc: Add std::tr1 namespace.Benjamin Kosnik2004-11-241-1/+5
* re PR libstdc++/17218 (unknown subjects in generated libstdc++ manpages)Benjamin Kosnik2004-11-051-2/+0
* bitmap_allocator.h (allocate): Throw std::bad_alloc when n > max_size().Paolo Carlini2004-10-211-1/+5
* malloc_allocator.h: Fixed the construct function to call global placement new...Dhruv Matani2004-03-241-2/+7
* malloc_allocator.h: Add operators ==, !=.Benjamin Kosnik2004-02-231-0/+10
* PR libstdc++/13976 (continued)Paolo Carlini2004-02-021-1/+1
* re PR libstdc++/13976 (ext/new_allocator.h:81: warning: unused parameter '__h')Paolo Carlini2004-02-021-1/+1
* Makefile.am (bits_headers): Remove allocator_traits.h.Benjamin Kosnik2004-01-291-3/+2
* new_allocator.h (new_allocator): Proper allocator class.Benjamin Kosnik2003-12-231-118/+59
* algorithm, [...]: Remove trailing whitespace.Bernardo Innocenti2003-12-091-2/+2
* [multiple changes]Benjamin Kosnik2003-06-111-0/+163