|
From: Nicholas N. <nj...@ca...> - 2004-12-07 23:42:52
|
On Tue, 7 Dec 2004, Nick Roberts wrote: > I'm not familiar with brk(), I'll read up about it. Are you saying that you > shouldn't use brk() if you want to analyse your program with Valgrind? No, Valgrind handles brk() fine in general... it has to, since that's the normal mechanism for heap allocation. N |