|
From: Christian L. <chr...@le...> - 2007-05-23 20:23:37
|
On Thu, May 24, 2007 at 12:57:48AM +0900, ?Ó±Ù½? wrote: > When I test ls command, Why are 2 informations(malloc/free) mistaken? > I can't understand 85 alloc and 75 fress info about below output. > > Why is number of malloc(85number) and free(75number) mistaken? > Is it correct? Is ls binary have unfreed problem really? > "==9049== malloc/free: 85 allocs, 75 frees, 27,309 bytes allocated." ls seems to not free 10 blocks, well so what, i don't see a problem in this behavior. When you feel like it, fix it. Regards Christian Leber -- http://rettetdieti.vde-uni-mannheim.de/ |