Is there a recommended way to inspect the state of the heap? I haven't found anything obvious yet. I'd mainly like to know the amount free, the largest block, and perhaps a few other relevant stats. Mainly I'm just looking to have a way to look for any developing memory allocation bugs.
Josh