mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ struct mrb_state;
|
||||
typedef void* (*mrb_allocf) (struct mrb_state *mrb, void*, size_t, void *ud);
|
||||
|
||||
#ifndef MRB_ARENA_SIZE
|
||||
#define MRB_ARENA_SIZE 1024
|
||||
#define MRB_ARENA_SIZE 100
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user