mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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). |
||
|---|---|---|
| .. | ||
| test_capacity.rb | ||
| 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 | ||
| 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 | ||