Searched refs:ckh_insert (Results 1 – 5 of 5) sorted by relevance
| /src/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);
|
| /src/contrib/jemalloc/src/ |
| H A D | prof_log.c | 159 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 D | ckh.c | 466 ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data) { in ckh_insert() function
|
| H A D | prof_data.c | 285 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 D | private_namespace.h | 173 #define ckh_insert JEMALLOC_N(ckh_insert) macro
|