Memory Map
Eric Hodel | Wed, 30 Aug 2006 21:49:31 GMT
Here’s a picture of my Ruby process’ heap slots:
| BLACK | unknown (char*, VALUE *, struct st_table, etc.) |
|---|---|
| GRAY | free memory |
| RED | nodes (code) |
| GREEN | Ruby objects |
| WHITE | Miscellaneous interpreter objects |
If you look really closely in the original you can see a white pixel that is probably a struct SCOPE.
no commentsComments are disabled



Articles