Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h93 bool ckh_search(ckh_t *ckh, const void *searchkey, void **key, void **data);
/freebsd/contrib/jemalloc/src/
H A Dckh.c471 assert(ckh_search(ckh, key, NULL, NULL)); in ckh_insert()
523 ckh_search(ckh_t *ckh, const void *searchkey, void **key, void **data) { in ckh_search() function
H A Dprof.c374 if (ckh_search(&log_bt_node_set, (void *)(&dummy_node), in prof_log_bt_index()
416 if (ckh_search(&log_thr_node_set, (void *)(&dummy_node), in prof_log_thr_index()
1001 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) { in prof_lookup_global()
1009 if (ckh_search(&bt2gctx, bt, &btkey.v, &gctx.v)) { in prof_lookup_global()
1069 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v); in prof_lookup()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h149 #define ckh_search JEMALLOC_N(ckh_search) macro