summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-07-30 23:56:34 +0900
committerYukihiro Matsumoto <[email protected]>2012-07-30 23:56:34 +0900
commitd749ccfd3eb3f6020146ab287b0cea74f35e169f (patch)
tree6a0f37e559ecab82f04ec4e2be602ebedd1e3c6d /include/mrbconf.h
parent515862cc015097144a003aa0f253af3a58dbab37 (diff)
downloadmruby-d749ccfd3eb3f6020146ab287b0cea74f35e169f.tar.gz
mruby-d749ccfd3eb3f6020146ab287b0cea74f35e169f.zip
add description of MRB_IV_INITIAL_SIZE
Diffstat (limited to 'include/mrbconf.h')
-rw-r--r--include/mrbconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index 955e6538b..3d1e1757d 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -19,6 +19,9 @@
/* number of object per heap page */
//#define MRB_HEAP_PAGE_SIZE 1024
+/* initial size for IV khash */
+//#define MRB_IV_INITIAL_SIZE 8
+
/* default size of khash table bucket */
//#define KHASH_DEFAULT_SIZE 32