I've been chasing a hard-to-find memory leak, and I want to write a
heap walker - some code to walk over the heap, logging allcated
blocks - for before-and-after comparisons on the suspect code.
I've done it before on other platforms, but I can't find the parts I
need for the Palm.
Specifically, I need:
A way to get to the start of the heap
The struct definition for the heap header (so I can find the first
chunk)
The struct definition for the chunk header
Or, even better, API functions to get to the first chunk & to step
along chunks, if they exist.
Help!
Richard



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to