Searched refs:ckh_new (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | ckh.h | 70 bool ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
H A D | private_namespace.h | 145 #define ckh_new JEMALLOC_N(ckh_new) macro
|
/freebsd/contrib/jemalloc/src/ |
H A D | prof.c | 464 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 D | ckh.c | 360 ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash, in ckh_new() function
|