T
Tod Johnson
Hello all,
I've written application that uses threads/timers and contains many
different forms. I've noticed that if I left my application for the
whole day then device show message that not enough memory.
I'm not using calls of unmanaged code (I suppose so) but maybe it's the
problem in the GC. Maybe I should force him to clean Gen0, Gen1 objects?
Or maybe there is tips how can I detect memory leaks?
Thank you,
Tod
I've written application that uses threads/timers and contains many
different forms. I've noticed that if I left my application for the
whole day then device show message that not enough memory.
I'm not using calls of unmanaged code (I suppose so) but maybe it's the
problem in the GC. Maybe I should force him to clean Gen0, Gen1 objects?
Or maybe there is tips how can I detect memory leaks?
Thank you,
Tod