]> git.ipfire.org Git - thirdparty/gcc.git/commit
malloc_allocator.h: Add operators ==, !=.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 23 Feb 2004 15:41:43 +0000 (15:41 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 23 Feb 2004 15:41:43 +0000 (15:41 +0000)
commitf263b26e17c8e39aca86025e0c8bc4f7df74e5bd
tree2d8f90fd6cd3a49b62e65d0c09e6f383d1fa716e
parent2b0c1c562350329c766fdf39ab176f3d30b9450c
malloc_allocator.h: Add operators ==, !=.

2004-02-20  Benjamin Kosnik  <bkoz@redhat.com>

* include/ext/malloc_allocator.h: Add operators ==, !=.
* include/ext/new_allocator.h: Add operators ==, !=.
* include/ext/mt_allocator.h (__mt_alloc::tune): New.
(__mt_alloc::_S_get_options): New.
(__mt_alloc::_S_set_options): New.
(__mt_alloc::_S_thread_key_destr): To _S_destroy_thread_key.
(__mt_alloc::_S_no_of_bins): To _S_bin_size.
Move functions out of line, simplify, format.
* src/allocator.cc: Simplify explicit instantiations.
* include/bits/allocator.h: Tweak.

From-SVN: r78314
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/allocator.h
libstdc++-v3/include/ext/malloc_allocator.h
libstdc++-v3/include/ext/mt_allocator.h
libstdc++-v3/include/ext/new_allocator.h
libstdc++-v3/src/allocator.cc