rb_alloc_tmp_buffer_with_count 8014 gc.c               return rb_alloc_tmp_buffer_with_count(store, len, cnt);
rb_alloc_tmp_buffer_with_count 1594 include/ruby/ruby.h void *rb_alloc_tmp_buffer_with_count(volatile VALUE *store, size_t len,size_t count) RUBY_ATTR_ALLOC_SIZE((2,3));
rb_alloc_tmp_buffer_with_count 1631 include/ruby/ruby.h     return rb_alloc_tmp_buffer_with_count(store, cnt * sizeof(VALUE), cnt);