mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Prevent GC during each_object; fix #3616
This commit is contained in:
@@ -64,6 +64,7 @@ typedef struct mrb_gc {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user