pool_allocator.h: Convert to a global free-list, as per the original SGI/HP design...
authorPaolo Carlini <pcarlini@suse.de>
Tue, 8 Jun 2004 22:19:18 +0000 (22:19 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 8 Jun 2004 22:19:18 +0000 (22:19 +0000)
commit5f1a5ede6c70418894b4bfe396299583b711fe84
tree509c4ff49d44a6e76feffef71a465a4b031d5d87
parent908d0773f08485a63523e21520b948fe91998279
pool_allocator.h: Convert to a global free-list, as per the original SGI/HP design...

2004-06-08  Paolo Carlini  <pcarlini@suse.de>

* include/ext/pool_allocator.h: Convert to a global free-list,
as per the original SGI/HP design: move the implementation
details to struct __pool_base, from which __pool_alloc derives.
* src/allocator.cc: Instantiate __pool_base.

From-SVN: r82794
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/pool_allocator.h
libstdc++-v3/src/allocator.cc