Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dckh.h57 ckh_keycomp_t *keycomp; member
68 ckh_keycomp_t *keycomp);
/external/jemalloc/src/
Dckh.c60 if (cell->key != NULL && ckh->keycomp(key, cell->key)) in ckh_bucket_search()
352 ckh_keycomp_t *keycomp) in ckh_new() argument
360 assert(keycomp != NULL); in ckh_new()
388 ckh->keycomp = keycomp; in ckh_new()