From 7f66e50ba2f71514da711a7927554956faea2f29 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 2 Sep 2020 08:41:55 +0900 Subject: Explain `MRB_USE_MALLOC_TRIM`; ref #5069 --- include/mrbconf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit v1.2.3