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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h77 bool ckh_search(ckh_t *ckh, const void *seachkey, void **key, void **data);
H A Dprivate_namespace.h133 #define ckh_search JEMALLOC_N(ckh_search) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Dckh.c460 assert(ckh_search(ckh, key, NULL, NULL));
510 ckh_search(ckh_t *ckh, const void *searchkey, void **key, void **data) function
H A Dprof.c445 if (ckh_search(&prof_tdata->bt2cnt, bt, NULL, &ret.v)) {
461 if (ckh_search(&bt2ctx, bt, &btkey.v, &ctx.v)) {

Completed in 74 milliseconds