
19 Jun
2011
19 Jun
'11
8:22 p.m.
On 19 June 2011 20:39, Beman Dawes <bdawes@acm.org> wrote:
Does Boost have a memory debugging and measuring allocator? Something like Howard describes in http://tinyurl.com/67764p7:
I wrote a similar allocator for unordered, and it is very useful, but perhaps not general purpose. It only has a fraction of the features Howard described. Although I think it also tests if containers handle unequal allocators correctly. I wouldn't describe it as 'boost quality' though. http://www.boost.org/doc/libs/1_46_1/libs/unordered/test/objects/test.hpp http://www.boost.org/doc/libs/1_46_1/libs/unordered/test/helpers/memory.hpp