Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_method.c701 #define UNDEF_ALLOC_FUNC ((rb_alloc_func_t)-1) macro
713 rb_define_alloc_func(klass, UNDEF_ALLOC_FUNC); in rb_undef_alloc_func()
723 if (allocator == UNDEF_ALLOC_FUNC) break; in rb_get_alloc_func()