diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 249bb72e4..89b3e9022 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -101,6 +101,9 @@ # endif #endif +/* call malloc_trim(0) from mrb_full_gc() */ +//#define MRB_USE_MALLOC_TRIM + /* string class to handle UTF-8 encoding */ //#define MRB_UTF8_STRING |
