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.c68 if (cell->key != NULL && ckh->keycomp(key, cell->key)) { in ckh_bucket_search()
360 ckh_keycomp_t *keycomp) { in ckh_new()
367 assert(keycomp != NULL); in ckh_new()
396 ckh->keycomp = keycomp; in ckh_new()
361 ckh_new(tsd_t * tsd,ckh_t * ckh,size_t minitems,ckh_hash_t * hash,ckh_keycomp_t * keycomp) ckh_new() argument