rb_get_alloc_func  390 include/ruby/intern.h rb_alloc_func_t rb_get_alloc_func(VALUE);
rb_get_alloc_func  137 marshal.c          rb_alloc_func_t allocator = rb_get_alloc_func(newclass);
rb_get_alloc_func  753 marshal.c                  rb_alloc_func_t allocator = rb_get_alloc_func(RBASIC(obj)->klass);
rb_get_alloc_func 1413 marshal.c              rb_alloc_func_t allocator = rb_get_alloc_func(CLASS_OF(real_obj));
rb_get_alloc_func 1508 marshal.c          allocator = rb_get_alloc_func(klass);
rb_get_alloc_func 1834 marshal.c      	    if (st_lookup(compat_allocator_tbl, (st_data_t)rb_get_alloc_func(klass), &d)) {
rb_get_alloc_func 1813 object.c           allocator = rb_get_alloc_func(klass);