gcc/libstdc++-v3/docs/html
Benjamin Kosnik 8bfd0a46ea re PR libstdc++/16614 (Excessive resource usage in __mt_alloc)
2004-09-01  Benjamin Kosnik  <bkoz@redhat.com>

	PR libstdc++/16614
	* include/ext/mt_allocator.h (__mt_base): Not type dependent,
	split into..
	(__pool): New, specialize.
	(__common_pool): New, static bits here.
	(__per_type_pool): New, and here.
	(__mt_alloc_base): New.
	(__mt_alloc): Add template parameter, inherit from it.
	* src/allocator.cc: Split this...
	* src/allocator-inst.cc: And this...
	* src/pool_allocator.cc: ...into this.
	* src/mt_allocator.cc: ... and this. Add definitions for
	__mt_base.
	* src/Makefile.am (sources): Split allocator.cc to
	pool_allocator.cc and mt_allocator.cc.
	* src/Makefile.in: Regenerate.
	* config/linker-map.gnu: Add symbols.
	* docs/html/ext/mt_allocator.html: Document new design.
	* testsuite/ext/mt_allocator/tune-1.cc: New.
	* testsuite/ext/mt_allocator/tune-2.cc: New.
	* testsuite/ext/mt_allocator/tune-3.cc: New.
	* testsuite/ext/mt_allocator/tune-4.cc: New.

	* testsuite/testsuite_allocator.h (__gnu_test::check_new): New.
	* testsuite/ext/allocators.cc: Use check_new, split into...
	* testsuite/ext/mt_allocator/check_new.cc: this.
	* testsuite/ext/pool_allocator/check_new.cc: this.
	* testsuite/ext/malloc_allocator/check_new.cc: this.
	* testsuite/ext/debug_allocator/check_new.cc: this.
	* testsuite/ext/mt_allocator/instantiate.cc: this.
	* testsuite/ext/pool_allocator/instantiate.cc: this.
	* testsuite/ext/malloc_allocator/instantiate.cc: this.
	* testsuite/ext/debug_allocator/instantiate.cc: this.

From-SVN: r86936
2004-09-01 22:17:00 +00:00
..
17_intro configopts.html: Emphasize that options change. 2004-08-04 14:40:48 +00:00
18_support contribute.html: Update some links. 2004-06-27 20:48:48 +00:00
19_diagnostics
20_util
21_strings contribute.html: Update some links. 2004-06-27 20:48:48 +00:00
22_locale
23_containers
24_iterators
25_algorithms
26_numerics
27_io contribute.html: Update some links. 2004-06-27 20:48:48 +00:00
ext re PR libstdc++/16614 (Excessive resource usage in __mt_alloc) 2004-09-01 22:17:00 +00:00
faq index.html: Update version references. 2004-07-29 08:47:34 +00:00
abi.html abi.html: Remove non-public qualification. 2004-07-12 23:40:49 +00:00
configopts.html configopts.html: Emphasize that options change. 2004-08-04 14:40:48 +00:00
debug_mode.html
debug.html debug.html: Say debug mode only available since 3.4.0. 2004-07-23 09:22:20 +01:00
documentation.html re PR libstdc++/15675 (Doxygen graph are invalid in the libstdc++-v3 online docs) 2004-05-28 04:25:18 +00:00
explanations.html
install.html install.html: Update locales list (from Paolo). 2004-08-30 21:18:09 +00:00
lib3styles.css
makedoc.awk
Makefile
test.html