Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c346 GPR_FLAG_CAPI = 0x800, enumerator
6643 (void)RB_DEBUG_COUNTER_INC_IF(gc_minor_capi, reason & GPR_FLAG_CAPI); in gc_start()
6913 GPR_FLAG_IMMEDIATE_SWEEP | GPR_FLAG_CAPI; in rb_gc()
7036 (flags & GPR_FLAG_CAPI) ? sym_capi : in gc_info_decode()
9390 (record->flags & GPR_FLAG_CAPI) ? "CAPI__" : "??????", in gc_profile_dump_on()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.0855 * gc.c (rb_gc): The reason is now GPR_FLAG_CAPI.