gcc/libstdc++-v3/src
Dhruv Matani a815571193 bitmap_allocator.h: Change unsigned int -> size_t...
2004-10-17  Dhruv Matani  <dhruvbird@gmx.net>
	    Paolo Carlini  <pcarlini@suse.de>

	* include/ext/bitmap_allocator.h: Change unsigned int -> size_t: this
	makes the code 64-bit correct and also fixes (together with using at
	the beginning a bitmap 2 * size_t bytes wide) alignment issues: now
	8 is guaranteed, easily tunable to 16 via _BALLOC_ALIGN_BYTES.
	Fix pthread-rope7.cc fail by nulling out __mini_vector<> destructor.
	* src/bitmap_allocator.cc: Change to size_t.
	* config/linker-map.gnu: Adjust.

Co-Authored-By: Paolo Carlini <pcarlini@suse.de>

From-SVN: r89170
2004-10-17 14:46:29 +00:00
..
allocator-inst.cc re PR libstdc++/16614 (Excessive resource usage in __mt_alloc) 2004-09-01 22:17:00 +00:00
bitmap_allocator.cc bitmap_allocator.h: Change unsigned int -> size_t... 2004-10-17 14:46:29 +00:00
codecvt.cc re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
complex_io.cc
concept-inst.cc
ctype.cc re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
debug_list.cc c++config (_GLIBCXX_STD): New. 2004-04-16 19:04:07 +00:00
debug.cc debug.cc (_Error_formatter::_M_print_string): Fix thinko, memmove is not needed, memcpy suffices. 2004-08-13 16:53:12 +00:00
ext-inst.cc Fixups for EDG front end. 2004-04-07 03:33:36 +00:00
fstream-inst.cc
functexcept.cc
globals_io.cc globals_io.cc: Change to __gnu_internal namespace. 2004-01-28 21:20:42 +00:00
globals_locale.cc locale_facets.h (class money_base): Add { _S_minus, _S_zero, _S_end } enum, _S_atoms. 2004-02-21 09:26:35 +00:00
io-inst.cc
ios_failure.cc
ios_init.cc re PR libstdc++/16959 (Segmentation fault in ios_base::sync_with_stdio) 2004-08-11 09:31:13 +00:00
ios_locale.cc
ios.cc stl_bvector.h: Trivial formatting fixes. 2004-08-09 13:51:33 +00:00
istream-inst.cc
limits.cc
list.cc c++config (_GLIBCXX_STD): New. 2004-04-16 19:04:07 +00:00
locale_facets.cc locale_facets.h (class money_base): Add { _S_minus, _S_zero, _S_end } enum, _S_atoms. 2004-02-21 09:26:35 +00:00
locale_init.cc PR libstdc++/12658 (continued) 2004-07-29 15:54:50 +00:00
locale-inst.cc locale_facets.h (money_get<>::_M_extract): Change signature: now takes a plain string&. 2004-02-27 10:12:01 +00:00
locale-misc-inst.cc
locale.cc re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
localename.cc localename.cc (locale::locale(const char*)): Minor tweaks: rename a variable, move an assignment. 2004-09-24 15:26:35 +00:00
Makefile.am bitmap_allocator.h: Clean-up add/remove functions. 2004-10-14 17:52:18 +00:00
Makefile.in bitmap_allocator.h: Clean-up add/remove functions. 2004-10-14 17:52:18 +00:00
misc-inst.cc re PR libstdc++/12658 (Thread safety problems in locale::global() and locale::locale()) 2004-03-07 01:32:43 +00:00
mt_allocator.cc bitmap_allocator.h: Qualify ::operator delete. 2004-10-15 10:54:57 +00:00
ostream-inst.cc
pool_allocator.cc pool_allocator.cc (__pool_alloc_base::_M_allocate_chunk): Deal properly with exceptions thrown by ::operator new(size_t). 2004-10-11 08:19:35 +00:00
sstream-inst.cc
stdexcept.cc
streambuf-inst.cc
string-inst.cc [multiple changes] 2004-06-12 08:10:24 +00:00
strstream.cc
tree.cc
valarray-inst.cc indirect_array.h: Trivial formatting fixes. 2004-08-16 14:50:31 +00:00
wlocale-inst.cc
wstring-inst.cc