Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h90 bool ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data);
H A Dprivate_namespace.h143 #define ckh_insert JEMALLOC_N(ckh_insert) macro
/freebsd/contrib/jemalloc/src/
H A Dckh.c467 ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data) { in ckh_insert() function
H A Dprof.c400 ckh_insert(tsd, &log_bt_node_set, (void *)new_node, NULL); in prof_log_bt_index()
436 ckh_insert(tsd, &log_thr_node_set, (void *)new_node, NULL); in prof_log_thr_index()
1012 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) { in prof_lookup_global()
1107 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v); in prof_lookup()