Home
last modified time | relevance | path

Searched refs:objspace_xrealloc (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c8153 objspace_xrealloc(rb_objspace_t *objspace, void *ptr, size_t new_size, size_t old_size) in objspace_xrealloc() function
8373 return objspace_xrealloc(&rb_objspace, ptr, new_size, old_size); in ruby_sized_xrealloc()
8392 return objspace_xrealloc(&rb_objspace, ptr, len, old_n * size); in ruby_sized_xrealloc2()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.05990 * gc.c (objspace_xrealloc): remove duplicated size check.