$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Serge Skorokhodov (serge.skorokhodov_at_[hidden])
Date: 2008-01-20 03:13:13
Jamie Cook wrote:
> Hi all,
>
> I'm using the boost.test unit tests with memory leak detection turned on
<skip>
> Running 1 test case...
> Detected memory leaks!
> Dumping objects ->
> {171} normal block at 0x00378B88, 1280 bytes long.
> Data: < 7 lationStatis> A8 8D 37 00 6C 61 74 69 6F 6E 53 74 61 74 69 73
> Object dump complete.
>
> My question is this... how can I enable more informative memory leak
> output?
<skip>
It looks like standard output of MS debug runtime. How can it be
improved? ;)