Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h90 bool ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data);
/src/contrib/jemalloc/src/
H A Dprof_log.c159 ckh_insert(tsd, &log_bt_node_set, (void *)new_node, NULL); in prof_log_bt_index()
196 ckh_insert(tsd, &log_thr_node_set, (void *)new_node, NULL); in prof_log_thr_index()
H A Dckh.c466 ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data) { in ckh_insert() function
H A Dprof_data.c285 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) { in prof_lookup_global()
379 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v); in prof_lookup()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h173 #define ckh_insert JEMALLOC_N(ckh_insert) macro