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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h69 bool ckh_new(ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
H A Dprivate_namespace.h128 #define ckh_new JEMALLOC_N(ckh_new) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Dckh.c348 ckh_new(ckh_t *ckh, size_t minitems, ckh_hash_t *hash, ckh_keycomp_t *keycomp) function
H A Dprof.c1079 if (ckh_new(&prof_tdata->bt2cnt, PROF_CKH_MINITEMS,
1198 if (ckh_new(&bt2ctx, PROF_CKH_MINITEMS, prof_bt_hash,

Completed in 179 milliseconds