mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add description of MRB_HEAP_PAGE_SIZE
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
/* argv max size in mrb_funcall */
|
||||
//#define MRB_FUNCALL_ARGC_MAX 16
|
||||
|
||||
/* number of object per heap page */
|
||||
//#define MRB_HEAP_PAGE_SIZE 1024
|
||||
|
||||
/* -DDISABLE_XXXX to drop the feature */
|
||||
#define DISABLE_REGEXP /* regular expression classes */
|
||||
//#define DISABLE_SPRINTF /* Kernel.sprintf method */
|
||||
|
||||
Reference in New Issue
Block a user