debug_allocator.h: _M_extra now stands for the number of extra objects instead of...
authorDhruv Matani <dhruvbird@gmx.net>
Wed, 4 Feb 2004 17:37:10 +0000 (17:37 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 4 Feb 2004 17:37:10 +0000 (17:37 +0000)
commit56766e0db52fc71287838c62892fec2092a039b7
tree2e61646b825698160302b8a9fd9671eda0d261b8
parent7bdff56f69a0192ec53594c6ff40e4646874041e
debug_allocator.h: _M_extra now stands for the number of extra objects instead of the number of...

2004-02-04  Dhruv Matani  <dhruvbird@gmx.net>

* include/ext/debug_allocator.h: _M_extra now stands for the
number of extra objects instead of the number of extra bytes.
(debug_allocator::allocate): Adjust.
(debug_allocator::deallocate): Adjust.

* include/ext/pool_allocator.h: Fix typo.

From-SVN: r77256
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/debug_allocator.h
libstdc++-v3/include/ext/pool_allocator.h