index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
/
ext
/
malloc_allocator
Age
Commit message (
Expand
)
Author
2025-01-02
Update copyright years.
Jakub Jelinek
2024-08-23
libstdc++: Fix std::allocator_traits::construct constraints [PR108619]
Jonathan Wakely
2024-01-03
Update copyright years.
Jakub Jelinek
2023-08-23
libstdc++: Fix tests relying on operator new/delete overload
François Dumont
2023-06-07
libstdc++: Fix some tests that fail with -fno-exceptions
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2022-01-03
Update copyright years.
Jakub Jelinek
2021-01-04
Update copyright years.
Jakub Jelinek
2020-04-30
libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-10-24
Revert ABI changes to std::allocator in C++20
Jonathan Wakely
2019-10-22
Remove redundant std::allocator members for C++20
Jonathan Wakely
2019-01-01
Update copyright years.
Jakub Jelinek
2018-10-19
Fix tests that use allocators with incorrect value types
Jonathan Wakely
2018-10-11
Make ext allocators support heterogeneous equality comparison
Jonathan Wakely
2018-07-26
Add missing dg-require-cstdint directives to tests
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-01-01
Update copyright years.
Jakub Jelinek
2016-10-16
Make sure the return value of malloc_allocator::allocate is zero-initialized ...
Ville Voutilainen
2016-10-14
1.cc: Remove 'test' variables.
Paolo Carlini
2016-10-14
PR65122 extended alignment support in allocators
Jonathan Wakely
2016-08-26
Use effective-target instead of -std options
Jonathan Wakely
2016-01-04
Update copyright years.
Jakub Jelinek
2015-01-05
Update copyright years.
Jakub Jelinek
2014-10-16
libstdc++.exp: Prefer -std=gnu++11.
Paolo Carlini
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
2009-05-28
testsuite_allocator.h (check_new, [...]): Move to ...
Benjamin Kosnik
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
2008-08-18
re PR testsuite/37149 (27_io/basic_ostream/inserters_other/char/error_code.cc)
Paolo Carlini
2007-10-27
throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.
Paolo Carlini
2007-02-20
[multiple changes]
Benjamin Kosnik
2005-12-28
[multiple changes]
Paolo Carlini
2005-08-17
All files: Update FSF address.
Kelley Cook
2004-10-29
testsuite_allocator.h (check_delete): New.
Benjamin Kosnik
2004-10-21
bitmap_allocator.h (allocate): Throw std::bad_alloc when n > max_size().
Paolo Carlini
2004-10-14
mt_allocator.h (__mt_alloc::deallocate): Check for null pointer.
Benjamin Kosnik
2004-10-06
re PR libstdc++/17780 (std::allocator vs. static init)
Benjamin Kosnik
2004-09-01
re PR libstdc++/16614 (Excessive resource usage in __mt_alloc)
Benjamin Kosnik