mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add the generational gc
This commit is contained in:
@@ -122,6 +122,9 @@ typedef struct mrb_state {
|
||||
int gc_interval_ratio;
|
||||
int gc_step_ratio;
|
||||
int gc_disabled;
|
||||
int gc_full;
|
||||
int is_generational_gc_mode;
|
||||
size_t majorgc_old_threshold;
|
||||
struct alloca_header *mems;
|
||||
|
||||
mrb_sym symidx;
|
||||
|
||||
Reference in New Issue
Block a user