]> gcc.gnu.org Git - gcc.git/commit
bitmap_allocator.h: Change unsigned int -> size_t...
authorDhruv Matani <dhruvbird@gmx.net>
Sun, 17 Oct 2004 14:46:29 +0000 (14:46 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 17 Oct 2004 14:46:29 +0000 (14:46 +0000)
commita815571193ab94a7821e6c9615af311f060bce2f
treebe1b6bd5b751bc3bdce3980e9e7aedd6a86c8e15
parent05dfb0b0e3c41fa4e3342402af348ef993e65335
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
libstdc++-v3/ChangeLog
libstdc++-v3/config/linker-map.gnu
libstdc++-v3/include/ext/bitmap_allocator.h
libstdc++-v3/src/bitmap_allocator.cc
This page took 0.051249 seconds and 5 git commands to generate.