[vlc-devel] You should test with Guard Malloc on Mac OS X

Rémi Denis-Courmont rem at videolan.org
Thu Jan 29 20:28:49 CET 2009


Le jeudi 29 janvier 2009 21:16:51 Jean-Philippe André, vous avez écrit :
> Hello,
>
> Le jeudi 29 janvier 2009 à 06:08:08, Felix Kühne a écrit :
> > Hello Michael,
> > thanks a lot for your detailed feedback. I'll play with these debug
> > features once the features of VLC 1.0 are frozen and we will start to fix
> > the remaining bugs for the next major release.
>
> Do people here know about similar debugging softwares but for linux?

It would be fairly easy to do the exact same thing with glibc memory 
allocation callbacks (info glibc is your friend). But this is
 _                                         _
(_)_ __ ___  _ __ ___   ___ _ __  ___  ___| |_   _
| | '_ ` _ \| '_ ` _ \ / _ \ '_ \/ __|/ _ \ | | | |
| | | | | | | | | | | |  __/ | | \__ \  __/ | |_| |
|_|_| |_| |_|_| |_| |_|\___|_| |_|___/\___|_|\__, |
                                             |___/
memory-hungry. Every single allocation takes a full page (normally 4096 
bytes), plus another guard page after it.

-- 
Rémi Denis-Courmont
http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary



More information about the vlc-devel mailing list