Searched refs:ckh_search (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | ckh.h | 93 bool ckh_search(ckh_t *ckh, const void *searchkey, void **key, void **data);
|
/freebsd/contrib/jemalloc/src/ |
H A D | ckh.c | 471 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 D | prof.c | 374 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 D | private_namespace.h | 149 #define ckh_search JEMALLOC_N(ckh_search) macro
|