$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Memory tools
From: Bo Jensen (jensen.bo_at_[hidden])
Date: 2010-02-21 10:38:11
For a multi threaded project I need to be able to closely monitor
memory stats such as memory usage, number of allocations etc. Of
course I could overload new/delete, but do boost have such memory
tools or do you know of other libraries that has this feature ? Any
suggestions ?
Sorry if this is slightly off-topic.