Home
last modified time | relevance | path

Searched refs:keycomp (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDckh.h59 ckh_keycomp_t *keycomp; member
70 ckh_keycomp_t *keycomp);
/NextBSD/contrib/jemalloc/src/
HDckh.c60 if (cell->key != NULL && ckh->keycomp(key, cell->key)) in ckh_bucket_search()
351 ckh_keycomp_t *keycomp) in ckh_new() argument
359 assert(keycomp != NULL); in ckh_new()
387 ckh->keycomp = keycomp; in ckh_new()