diff options
author | Matt Valentine-House <[email protected]> | 2024-04-03 20:46:30 +0100 |
---|---|---|
committer | Matt Valentine-House <[email protected]> | 2024-04-04 15:00:57 +0100 |
commit | ef19234b1008508cb04048c815088b9359c9d2b6 (patch) | |
tree | f74e34c62bfc388042ae563adc2ac17f01268b89 /eval.c | |
parent | 3ac6a03b2e16da1df818227be02c5129c9804b14 (diff) |
Merge rb_objspace_alloc and Init_heap.
Co-Authored-By: Peter Zhu <[email protected]>
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -78,7 +78,6 @@ ruby_setup(void) prctl(PR_SET_THP_DISABLE, 1, 0, 0, 0); #endif Init_BareVM(); - Init_heap(); rb_vm_encoded_insn_data_table_init(); Init_vm_objects(); |