Detecting memory leaks

Philippe C. Martin philippecmartin at sbcglobal.net
Sun Nov 21 11:57:00 EST 2004


> The short form of the question is, how can I trace memory usage
> (preferably from C) with an eye toward finding out if I'm leaking memory?

Hi,

Can't your OS allow you to check the heap/stack space - ex: have a thread look 
at the pointers on a regular basis ?

Regards,

Philippe



More information about the Python-list mailing list