Searched refs:ckh_insert (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | ckh.h | 90 bool ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data);
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
H A D | private_namespace.h | 143 #define ckh_insert JEMALLOC_N(ckh_insert) macro
|
/freebsd/contrib/jemalloc/src/ |
H A D | ckh.c | 467 ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data) { in ckh_insert() function
|
H A D | prof.c | 400 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()
|