Home
last modified time | relevance | path

Searched refs:ruby_xmalloc2 (Results 1 – 8 of 8) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Ddefines.h209 #define xmalloc2 ruby_xmalloc2
222 void *ruby_xmalloc2(size_t,size_t) RUBY_ATTR_ALLOC_SIZE((1,2));
241 #define ruby_xmalloc2(s1, s2) ruby_xmalloc2_with_location(s1, s2, __FILE__, __LINE__) macro
H A Druby.h1642 #define RB_ALLOC_N(type,n) ((type*)ruby_xmalloc2((size_t)(n),sizeof(type)))
/dports/lang/ruby26/ruby-2.6.9/
H A Diseq.h68 ruby_xmalloc2(size, sizeof(VALUE)); in ISEQ_ORIGINAL_ISEQ_ALLOC()
H A Dgc.c10138 #ifdef ruby_xmalloc2
10139 #undef ruby_xmalloc2
10162 ruby_xmalloc2(size_t n, size_t size) in ruby_xmalloc2() function
H A DChangeLog25790 * iseq.h (ISEQ_ORIGINAL_ISEQ_ALLOC): the order of ruby_xmalloc2
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.05965 * gc.c (ruby_xmalloc2): added to keep separate layers.
5987 * gc.c (objspace_xmalloc2): separated from ruby_xmalloc2 to clarify
5992 * gc.c (ruby_xmalloc2): use objspace_xmalloc2.
H A DChangeLog-2.3.05087 as ruby_xmalloc2. pointed out by Paul <pawlkt AT gmail.com>.
H A DChangeLog-1.9.372916 * gc.c (ruby_xmalloc2): change check condition for integer