mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #884 from monaka/pr-use-MRB_IREP_ARRY_INIT_SIZE-macro
Use MRB_IREP_ARRAY_INIT_SIZE macro.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user