![]() |
mruby
2.0.1
mruby is the lightweight implementation of the Ruby language
|
Public Attributes | |
mrb_heap_page * | heaps |
mrb_heap_page * | sweeps |
mrb_heap_page * | free_heaps |
size_t | live |
struct RBasic ** | arena |
int | arena_capa |
int | arena_idx |
mrb_gc_state | state |
int | current_white_part |
struct RBasic * | gray_list |
struct RBasic * | atomic_gray_list |
size_t | live_after_mark |
size_t | threshold |
int | interval_ratio |
int | step_ratio |
mrb_bool | iterating:1 |
mrb_bool | disabled:1 |
mrb_bool | full:1 |
mrb_bool | generational:1 |
mrb_bool | out_of_memory:1 |
size_t | majorgc_old_threshold |