<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all.<br>
<br>
Sorry if this is a silly question but I can't find the answer into
this forun.<br>
How to get the function names in the heaptrc trace ?<br>
I use in project options:<br>
in Linking options:<br>
generate debug info for dgb<br>
show line numbers<br>
use symbol file for gdb<br>
use "heaptrc"<br>
<br>
in project .pas the very first line is:<br>
SetHeapTraceOutput(ChangeFileExt(ParamStr(0), '.log'));<br>
<br>
File program.log is created ok:<br>
<br>
Heap dump by heaptrc unit<br>
3564 memory blocks allocated : 1746202/1754304<br>
3563 memory blocks freed : 1746174/1754272<br>
1 unfreed memory blocks : 28<br>
True heap size : 425984 (96 used in System startup)<br>
True free heap : 429024<br>
Should be : 425792<br>
Call trace for block $001F14E8 size 28<br>
<i><b> $0061997C<br>
$0040D5A4<br>
$00411EC1<br>
</b></i>How to get details about the source code generating those
memory leaks ?<br>
<br>
Antonio.<br>
<br>
<br>
</body>
</html>