mt_allocator.h: If a thread...
authorStefan Olsson <stefan@snon.net>
Tue, 20 Jan 2004 06:35:21 +0000 (06:35 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 20 Jan 2004 06:35:21 +0000 (06:35 +0000)
commitcec73eb50c290549a9f0f7fea6102cad73bb98e2
tree51963941d981c78712e09e47ebd1b2c7ba9a1b75
parent50f59cd71061055cc039bbe44b5c955747719ebb
mt_allocator.h: If a thread...

2004-01-19  Stefan Olsson  <stefan@snon.net>

* include/ext/mt_allocator.h: If a thread, when it dies, still has
memory on it's freelist this memory is not returned to global
list. Simplification of deallocate so that memory is always
returned to the calling thread id's freelist instead of to
global. Fix typos. Add volatile where appropriate.

From-SVN: r76200
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/mt_allocator.h