Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dckh.h59 ckh_keycomp_t *keycomp; member
71 ckh_keycomp_t *keycomp);
/external/jemalloc_new/src/
Dckh.c69 if (cell->key != NULL && ckh->keycomp(key, cell->key)) { in ckh_bucket_search()
360 ckh_keycomp_t *keycomp) { in ckh_new() argument
367 assert(keycomp != NULL); in ckh_new()
396 ckh->keycomp = keycomp; in ckh_new()