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

/external/jemalloc/include/jemalloc/internal/
H A Dckh.h59 ckh_keycomp_t *keycomp; member in struct:ckh_s
70 ckh_keycomp_t *keycomp);
/external/jemalloc/src/
H A Dckh.c60 if (cell->key != NULL && ckh->keycomp(key, cell->key))
348 ckh_new(ckh_t *ckh, size_t minitems, ckh_hash_t *hash, ckh_keycomp_t *keycomp) argument
356 assert(keycomp != NULL);
384 ckh->keycomp = keycomp;

Completed in 145 milliseconds