Skip to content

Commit

Permalink
Add out_of_memory field to mrb_state.
Browse files Browse the repository at this point in the history
  • Loading branch information
monaka committed Mar 31, 2013
1 parent cc6e62e commit 29879f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/mruby.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 29879f9

Please sign in to comment.