From 6dda588503cb617536db8f4e871cad2b9292173f Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Mon, 25 Feb 2013 13:57:33 +0900 Subject: Use MRB_IREP_ARRAY_INIT_SIZE macro. It should be configurable since it is possible to reduce RAM size. --- include/mrbconf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/mrbconf.h b/include/mrbconf.h index 472bd12cf..164e6554c 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -34,6 +34,9 @@ /* initial size for IV khash; ignored when MRB_USE_IV_SEGLIST is set */ //#define MRB_IVHASH_INIT_SIZE 8 +/* initial size for IREP array */ +//#define MRB_IREP_ARRAY_INIT_SIZE (256u) + /* default size of khash table bucket */ //#define KHASH_DEFAULT_SIZE 32 -- cgit v1.2.3