gcc/libstdc++-v3/testsuite/performance
Benjamin Kosnik d38d4e5d18 new_allocator.h (new_allocator): Proper allocator class.
2003-12-23  Benjamin Kosnik  <bkoz@redhat.com>

	* include/ext/new_allocator.h (new_allocator): Proper allocator class.
	(__new_alloc): Delete.
	* include/ext/malloc_allocator.h (malloc_allocator): Same.
	(__malloc_alloc): Delete.
 	* include/ext/mt_allocator.h: Same, but weakly.
 	* include/ext/debug_allocator.h: Convert to the new style.
	* include/ext/pool_allocator.h: Use global new and delete directly.
	* include/backward/alloc.h: Don't inject malloc_allocator, or
	debug_allocator.
	* testsuite/ext/allocators.cc: Minimal fixups for usage of new
	classes.  Comment out tests with __pool_alloc for now.
	* testsuite/performance/allocator.cc: Same.

From-SVN: r74965
2003-12-23 07:24:57 +00:00
..
allocator.cc new_allocator.h (new_allocator): Proper allocator class. 2003-12-23 07:24:57 +00:00
complex_norm.cc
container_benchmark.cc container_benchmark.cc: Tweak outputs. 2003-12-17 10:16:03 +00:00
cout_insert_int.cc
filebuf_copy.cc
filebuf_sputc.cc
fstream_seek_write.cc
ifstream_extract_int.cc container_benchmark.cc: Tweak outputs. 2003-12-17 10:16:03 +00:00
ifstream_getline.cc
is_wchar_t.cc re PR libstdc++/11723 (ctype<wchar_t>::do_is(mask, wchar_t) is slow) 2003-12-16 11:00:52 +00:00
list_create_fill_sort.cc container_benchmark.cc: Tweak outputs. 2003-12-17 10:16:03 +00:00
map_create_fill.cc
narrow_widen_char.cc narrow_widen_char.cc: Tweak the number of iterations for each test. 2003-12-16 13:25:23 +00:00
narrow_widen_wchar_t.cc narrow_widen_char.cc: Tweak the number of iterations for each test. 2003-12-16 13:25:23 +00:00
ofstream_insert_float.cc
ofstream_insert_int.cc
string_append.cc
wchar_t_in.cc
wchar_t_length.cc codecvt_members.cc (codecvt::do_length): Rewrite, using both mbsnrtowcs and mbrtowc in a loop... 2003-11-25 21:41:28 +00:00
wchar_t_out.cc