Skip navigation.
 
mlRe: memory management (perhaps naive) question
FROM : Scott Ribe
DATE : Sat Nov 06 23:38:46 2004

> ie, is it for sure if i see a leak using the above process, that the leak is
> something i'm causing and can fix within my code?


It's quite possible that AppKit and Foundation do some caching of their own,
and it is really not possible for you to get an absolute answer. What you
can do is perform the same action in your app multiple times to see if the
memory use keeps going up each time, or if it plateaus--if the latter then
it's a pretty good bet that the libraries are just caching some things.


--
Scott Ribe
<email_removed>
http://www.killerbytes.com/
(303) 665-7007 voice

Related mailsAuthorDate
mlmemory management (perhaps naive) question Ken Victor Nov 5, 03:29
mlRe: memory management (perhaps naive) question Jerry Krinock Nov 5, 15:38
mlRe: memory management (perhaps naive) question Scott Ribe Nov 6, 23:38
mlRe: memory management (perhaps naive) question The Karl Adam Nov 9, 02:07
mlRe: memory management (perhaps naive) question Evan Schoenberg Nov 9, 03:50
mlRe: memory management (perhaps naive) question Jonathon Mah Nov 9, 10:20
mlRe: memory management (perhaps naive) question Evan Schoenberg Nov 9, 23:59