Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dckh_structs.h35 ckh_keycomp_t *keycomp; member
A Dckh_externs.h7 ckh_keycomp_t *keycomp);
/third_party/ulib/jemalloc/src/
A Dckh.c60 if (cell->key != NULL && ckh->keycomp(key, cell->key)) in ckh_bucket_search()
356 ckh_keycomp_t *keycomp) in ckh_new() argument
364 assert(keycomp != NULL); in ckh_new()
392 ckh->keycomp = keycomp; in ckh_new()

Completed in 7 milliseconds