> 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