ruby_xmalloc     1626 compile.c          iseq->body->ci_entries = (struct rb_call_info *)ruby_xmalloc(sizeof(struct rb_call_info) * iseq->body->ci_size +
ruby_xmalloc     2863 compile.c      	    struct rb_call_info_kw_arg *kw_arg  = (struct rb_call_info_kw_arg *)ruby_xmalloc(sizeof(struct rb_call_info_kw_arg) + sizeof(VALUE) * (len - 1));
ruby_xmalloc     7081 compile.c          void *buff = ruby_xmalloc(size);
ruby_xmalloc     7540 compile.c      	struct rb_call_info_kw_arg *kw_arg = ruby_xmalloc(sizeof(struct rb_call_info_kw_arg) + sizeof(VALUE) * (keyword_len - 1));
ruby_xmalloc     1334 dln.c          	    if (ex && ex != ruby_xmalloc) {
ruby_xmalloc       51 ext/fiddle/fiddle.c     ptr = (void*)ruby_xmalloc(NUM2SIZET(size));
ruby_xmalloc      109 ext/fiddle/pointer.c     ptr = ruby_xmalloc((size_t)size);
ruby_xmalloc       45 ext/objspace/object_tracing.c 	    result = (char *)ruby_xmalloc(len+1);
ruby_xmalloc       97 ext/objspace/object_tracing.c 	info = (struct allocation_info *)ruby_xmalloc(sizeof(struct allocation_info));
ruby_xmalloc      177 include/ruby/defines.h #define xmalloc ruby_xmalloc
ruby_xmalloc     1580 include/ruby/ruby.h #define RB_ALLOC(type) ((type*)ruby_xmalloc(sizeof(type)))
ruby_xmalloc       61 missing/alloca.c #define xmalloc ruby_xmalloc
ruby_xmalloc      488 vm_backtrace.c     arg->bt->backtrace_base = arg->bt->backtrace = ruby_xmalloc(sizeof(rb_backtrace_location_t) * size);
ruby_xmalloc     4010 win32/win32.c      root = ruby_xmalloc(size);
ruby_xmalloc     4068 win32/win32.c  		    ifa->ifa_addr = ruby_xmalloc(cur->Address.iSockaddrLength);