Boost logo

Boost :

Subject: Re: [boost] Boost memory debugging allocator?
From: Daniel James (dnljms_at_[hidden])
Date: 2011-06-19 16:22:37


On 19 June 2011 20:39, Beman Dawes <bdawes_at_[hidden]> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk