On Thu, Feb 28, 2008 at 3:35 PM, The Rasterman Carsten Haitzler
<[EMAIL PROTECTED]> wrote:
> On Thu, 28 Feb 2008 15:26:47 -0300 "Gustavo Sverzut Barbieri"
>  <[EMAIL PROTECTED]> babbled:
>
>
>  > On Thu, Feb 28, 2008 at 1:31 PM, The Rasterman Carsten Haitzler
>  > <[EMAIL PROTECTED]> wrote:
>  > > On Wed, 27 Feb 2008 19:57:04 -0300 "Gustavo Sverzut Barbieri"
>  > >  <[EMAIL PROTECTED]> babbled:
>  > >
>  > >
>  > >  > Guys, I did a quick test with emotion_test (c version) and it's
>  > >  > leaking... I'm running home, but the relevant part is:
>  > >  >
>  > >  > ==19235== LEAK SUMMARY:
>  > >  > ==19235==    definitely lost: 112 bytes in 6 blocks.
>  > >  > ==19235==    indirectly lost: 240 bytes in 20 blocks.
>  > >  > ==19235==      possibly lost: 37,053 bytes in 906 blocks.
>  > >  > ==19235==    still reachable: 26,833,797 bytes in 8,821 blocks.
>  > >  > ==19235==         suppressed: 0 bytes in 0 blocks.
>  > >  >
>  > >  > almost 27mb of a simple video is really leaking something :-)
>  > >
>  > >  still reachable is just irrelevant. never even bother with that. it's
>  > > totally bogus. use memprof if anything.
>  >
>  > man, 2-5mb I'd say it's bullshit, like list node caches, pre
>  > calculated tables, ...
>  >
>  > but 27mb?!
>
>  it simply means some memory is allocated and tracked - and there is no 
> shutdown
>  for it. you want to check on memprof - and not the leaks. look at the profile

damn... memprof requires lignomeui which requires, too much more than
I want to give :-P

I did some tests, some printf() debugging and really look it's ok, I
don't know xine and even less it's output engines, but looks like it
use your provided callbacks to allocate and free frames, and they use
a pool of frames, which they DO free...

so not sure if it really leaks or not.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi - Embedded and Mobile Software Development
--------------------------------------
MSN: [EMAIL PROTECTED]
Skype: gsbarbieri
Mobile: +55 (81) 9927 0010

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to