Searched refs:ckh_new (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dckh.h69 bool ckh_new(ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
H A Dprivate_namespace.h139 #define ckh_new JEMALLOC_N(ckh_new) macro
H A Dprivate_unnamespace.h139 #undef ckh_new macro
/external/jemalloc/test/unit/
H A Dckh.c7 assert_false(ckh_new(&ckh, 2, ckh_string_hash, ckh_string_keycomp),
8 "Unexpected ckh_new() error");
11 assert_false(ckh_new(&ckh, 3, ckh_pointer_hash, ckh_pointer_keycomp),
12 "Unexpected ckh_new() error");
29 assert_false(ckh_new(&ckh, 2, ckh_string_hash, ckh_string_keycomp),
30 "Unexpected ckh_new() error");
110 assert_false(ckh_new(&ckh, 2, ckh_pointer_hash, ckh_pointer_keycomp),
111 "Unexpected ckh_new() error");
/external/jemalloc/src/
H A Dckh.c348 ckh_new(ckh_t *ckh, size_t minitems, ckh_hash_t *hash, ckh_keycomp_t *keycomp) function
H A Dprof.c1245 if (ckh_new(&prof_tdata->bt2cnt, PROF_CKH_MINITEMS,
1361 if (ckh_new(&bt2ctx, PROF_CKH_MINITEMS, prof_bt_hash,

Completed in 101 milliseconds