summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 32beb34d5a..0fd5e3fd9c 100644
--- a/vm.c
+++ b/vm.c
@@ -2793,7 +2793,7 @@ Init_vm_objects(void)
vm->defined_module_hash = rb_hash_new();
/* initialize mark object array, hash */
- vm->mark_object_ary = rb_ary_tmp_new(1);
+ vm->mark_object_ary = rb_ary_tmp_new(128);
}
/* top self */