Home
last modified time | relevance | path

Searched refs:RESIZE_CAPA (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dstring.c135 #define RESIZE_CAPA(str,capacity) do {\ macro
4207 RESIZE_CAPA(str, slen + carry_len); in str_succ()
4651 RESIZE_CAPA(str, slen + vlen - len); in rb_str_splice_0()
5099 RESIZE_CAPA(str, len + rlen - plen); in rb_str_sub_bang()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.2.011052 * string.c (RESIZE_CAPA): should not resize shared string.
H A DChangeLog-1.9.336972 * array.c (ary_resize_capa): renamed RESIZE_CAPA.
37094 * array.c (RESIZE_CAPA): check whether len is longer than capacity.
68599 * array.c (RESIZE_CAPA): ditto.
81790 * string.c (RESIZE_CAPA): check string attribute before modifying
H A DChangeLog-1.8.010856 * string.c: use RESIZE_CAPA for capacity change.