Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h59 ckh_keycomp_t *keycomp; member
71 ckh_keycomp_t *keycomp);
/freebsd/contrib/jemalloc/src/
H A Dckh.c69 if (cell->key != NULL && ckh->keycomp(key, cell->key)) { in ckh_bucket_search()
361 ckh_keycomp_t *keycomp) { in ckh_new() argument
368 assert(keycomp != NULL); in ckh_new()
397 ckh->keycomp = keycomp; in ckh_new()