Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h70 bool ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
H A Dprivate_namespace.h145 #define ckh_new JEMALLOC_N(ckh_new) macro
/freebsd/contrib/jemalloc/src/
H A Dprof.c464 bool err1 = ckh_new(tsd, &log_bt_node_set, PROF_CKH_MINITEMS, in prof_try_log()
466 bool err2 = ckh_new(tsd, &log_thr_node_set, PROF_CKH_MINITEMS, in prof_try_log()
2223 if (ckh_new(tsd, &tdata->bt2tctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_tdata_init_impl()
2980 if (ckh_new(tsd, &bt2gctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_boot2()
3035 if (ckh_new(tsd, &log_bt_node_set, PROF_CKH_MINITEMS, in prof_boot2()
3040 if (ckh_new(tsd, &log_thr_node_set, PROF_CKH_MINITEMS, in prof_boot2()
H A Dckh.c360 ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash, in ckh_new() function