Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c8143 xmalloc2_size(const size_t count, const size_t elsize) in xmalloc2_size() function
8344 return objspace_xmalloc0(&rb_objspace, xmalloc2_size(n, size)); in ruby_xmalloc2_body()
8360 return objspace_xcalloc(&rb_objspace, xmalloc2_size(n, size)); in ruby_xcalloc_body()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.05913 * gc.c (xmalloc2_size): moved from ruby.h and use rb_mul_size_overflow.
5981 objspace_xcalloc checks with xmalloc2_size (ruby_xmalloc2_size).