This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Follow specific symbol's DW_AT_decl_file
On Mon, 22 Jan 2007 01:26:11 +0100, Daniel Jacobowitz wrote:
> On Mon, Jan 22, 2007 at 12:26:11AM +0100, Jan Kratochvil wrote:
> > > I hadn't tried that one before. I used an old copy of glibc's memusage
> > > script; massif is a bit more interesting.
> >
> > Thanks for the tip next time I need it. Interesting valgrind's memcheck says
> > 618MB total and memusage 134MB total (55MB peak) but I did not check more.
>
> memusage --mmap might be the difference.
That makes no difference. But I found valgrind(1)'s memcheck counts
realloc(3)s' only the new sizes while memusage(1) counts realloc(3)s' size
differences.
Regards,
Jan