HomeSort by relevance Sort by last modified time
    Searched refs:keycomp (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/jemalloc/internal/
ckh.h 59 ckh_keycomp_t *keycomp; member in struct:ckh_s
70 ckh_keycomp_t *keycomp);
  /external/jemalloc/src/
ckh.c 60 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)
356 assert(keycomp != NULL);
384 ckh->keycomp = keycomp;

Completed in 59 milliseconds