mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add out_of_memory field to mrb_state.
This commit is contained in:
@@ -125,6 +125,7 @@ typedef struct mrb_state {
|
||||
mrb_bool gc_disabled:1;
|
||||
mrb_bool gc_full:1;
|
||||
mrb_bool is_generational_gc_mode:1;
|
||||
mrb_bool out_of_memory:1;
|
||||
size_t majorgc_old_threshold;
|
||||
struct alloca_header *mems;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user