mruby  2.0.1
mruby is the lightweight implementation of the Ruby language
Public Attributes | List of all members
mrb_gc Struct Reference
Collaboration diagram for mrb_gc:
Collaboration graph
[legend]

Public Attributes

mrb_heap_pageheaps
 
mrb_heap_pagesweeps
 
mrb_heap_pagefree_heaps
 
size_t live
 
struct RBasic ** arena
 
int arena_capa
 
int arena_idx
 
mrb_gc_state state
 
int current_white_part
 
struct RBasicgray_list
 
struct RBasicatomic_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
 

The documentation for this struct was generated from the following file: