Hi, > inside util/, and to use, run: > > LD_PRELOAD=malloc-stats.so some-program > This should probably be: LD_PRELOAD=$PWD/malloc-stats.so some-program since I don't think that LD_PRELOAD will work if it's passed a relative path. --Ray