Memory Map

Eric Hodel | Wed, 30 Aug 2006 21:49:31 GMT

Posted in ,

Here’s a picture of my Ruby process’ heap slots:

Memory Map

BLACKunknown (char*, VALUE *, struct st_table, etc.)
GRAYfree memory
REDnodes (code)
GREENRuby objects
WHITEMiscellaneous interpreter objects

If you look really closely in the original you can see a white pixel that is probably a struct SCOPE.

no comments

Comments RSS FEED

Comments are disabled