Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c6218 static st_table *rgengc_unprotect_logging_table; variable
6230 st_foreach(rgengc_unprotect_logging_table, rgengc_unprotect_logging_exit_func_i, 0); in rgengc_unprotect_logging_exit_func()
6238 if (rgengc_unprotect_logging_table == 0) { in rb_gc_unprotect_logging()
6239 rgengc_unprotect_logging_table = st_init_strtable(); in rb_gc_unprotect_logging()
6250 if (st_lookup(rgengc_unprotect_logging_table, (st_data_t)ptr, &cnt)) { in rb_gc_unprotect_logging()
6257 st_insert(rgengc_unprotect_logging_table, (st_data_t)ptr, cnt); in rb_gc_unprotect_logging()