https://bugs.linaro.org/show_bug.cgi?id=1101

Ola Liljedahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Ola Liljedahl <[email protected]> ---
The first warning on 576 bytes:
itimer_init (in odp_timer.c) calls Linux timer_create.
itimer_fini (in odp_timer.c) calls Linux timer_delete.
If this does not clean up the resource allocated at creation, I don't think
this is the fault of odp_timer.c.

I can find very similar reports on the Internet about possible memory leaks in
calloc/allocate_dtv which are called from pthread_create. But the conclusion is
"These are memory blocks associated with cached stacks. No memory is lost.".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to