Re: ustring memory leak




> From the small ouput you pasted above, the "leak" seems constant, i.e,
it doesn't grow with time, and it doesn't grow with the number of
threads created and then destroyed, does it?
If so, it would rather look like some memory allocated once -- by the
Glib treading machinery -- and that is not de-allocated.

Is that really worrisome?

It is, because the unused memory is growing all the time.
Don't forget this line which is called every 1000 thread-instances:

lastMem = currentMemory;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]