1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/-ext-/string
Peter Zhu 7b77d46671 Decouple GC slot sizes from RVALUE
Add a new macro BASE_SLOT_SIZE that determines the slot size.

For Variable Width Allocation (compiled with USE_RVARGC=1), all slot
sizes are powers-of-2 multiples of BASE_SLOT_SIZE.

For USE_RVARGC=0, BASE_SLOT_SIZE is set to sizeof(RVALUE).
2022-02-02 09:52:04 -05:00
..
test_capacity.rb Decouple GC slot sizes from RVALUE 2022-02-02 09:52:04 -05:00
test_coderange.rb
test_cstr.rb
test_ellipsize.rb
test_enc_associate.rb
test_enc_str_buf_cat.rb
test_external_new.rb
test_fstring.rb Remove tainted and trusted features 2021-12-26 23:28:54 +09:00
test_interned_str.rb
test_modify_expand.rb
test_nofree.rb
test_normalize.rb
test_qsort.rb
test_rb_str_dup.rb
test_set_len.rb Decouple GC slot sizes from RVALUE 2022-02-02 09:52:04 -05:00