$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (hinnant_at_[hidden])
Date: 2003-06-29 12:28:32
On Sunday, June 29, 2003, at 07:17 AM, Philippe A. Bouchard wrote:
> What I was looking for was to gather information for each specific
> thread
> about their heap usages. A thread oriented implementation would allow
> synchronized information without using mutexes.
Hmm... would thread_specific_ptr<malloc_pool> (or something like that)
help out?
-Howard