--- \temp\pool\pool.hpp Mon Dec 04 08:06:00 2006 +++ pool.hpp Mon Jun 11 18:23:54 2007 @@ -209,6 +209,7 @@ // These functions are extensions! size_type get_next_size() const { return next_size; } void set_next_size(const size_type nnext_size) { next_size = nnext_size; } + size_type get_requested_size() const { return requested_size; } // Both malloc and ordered_malloc do a quick inlined check first for any // free chunks. Only if we need to get another memory block do we call