Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dckh.h59 ckh_keycomp_t *keycomp; member
70 ckh_keycomp_t *keycomp);
/external/jemalloc/src/
Dckh.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()