Home
last modified time | relevance | path

Searched refs:ruby_xrealloc (Results 1 – 11 of 11) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Ddefines.h211 #define xrealloc ruby_xrealloc
224 void *ruby_xrealloc(void*,size_t) RUBY_ATTR_ALLOC_SIZE((2));
243 #define ruby_xrealloc(ptr, s1) ruby_xrealloc_with_location(ptr, s1, __FILE__, __LINE__) macro
/dports/lang/ruby26/ruby-2.6.9/ext/fiddle/
H A Dfiddle.c67 ptr = (void*)ruby_xrealloc(ptr, NUM2SIZET(size)); in rb_fiddle_realloc()
/dports/devel/p5-File-MMagic-XS/File-MMagic-XS-0.09008/src/
H A DMMagicST.c55 #define xrealloc ruby_xrealloc
/dports/lang/ruby26/ruby-2.6.9/
H A Dinternal.h1528 #define ruby_sized_xrealloc(ptr, new_size, old_size) ruby_xrealloc(ptr, new_size)
1529 #define ruby_sized_xrealloc2(ptr, new_count, element_size, old_count) ruby_xrealloc(ptr, new_count,…
H A Dst.c174 #define realloc ruby_xrealloc
H A Dgc.c10144 #ifdef ruby_xrealloc
10145 #undef ruby_xrealloc
10182 ruby_xrealloc(void *ptr, size_t new_size) in ruby_xrealloc() function
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/onigmo/
H A Dst.c169 #define realloc ruby_xrealloc
/dports/databases/namazu2/namazu-2.0.21/nmz/
H A Dregex.c84 #define nmz_xrealloc ruby_xrealloc
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.06391 * gc.c (ruby_xmalloc, ruby_xrealloc): restrict total allocation
12601 * gc.c (ruby_xrealloc): fix a dangling bug which led memory
H A DChangeLog-2.0.011486 ruby_xrealloc() to avoid crash with CALC_EXACT_MALLOC_SIZE.
H A DChangeLog-1.9.332525 * gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree):
74653 * gc.c (rb_memerror, ruby_xmalloc, ruby_xrealloc, rb_newobj): just