PicoRubyVM class of PicoRuby
Type aliases
alloc_stat_t
{total: Integer, used: Integer, free: Integer, frag: Integer}
alloc_prof_t
{peak: Integer, valley: Integer}
Singleton methods
alloc_profile
PicoRubyVM.alloc_profile() {() -> untyped} -> untyped
memory_statistics
PicoRubyVM.memory_statistics-> alloc_stat_t