Searched refs:ckh_new (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | ckh.c | 9 assert_false(ckh_new(tsd, &ckh, 2, ckh_string_hash, in TEST_BEGIN() 13 assert_false(ckh_new(tsd, &ckh, 3, ckh_pointer_hash, in TEST_BEGIN() 33 assert_false(ckh_new(tsd, &ckh, 2, ckh_string_hash, in TEST_BEGIN() 116 assert_false(ckh_new(tsd, &ckh, 2, ckh_pointer_hash, in TEST_BEGIN()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | ckh.h | 70 bool ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
|
D | private_namespace_jet.h | 134 #define ckh_new JEMALLOC_N(ckh_new) macro
|
D | private_namespace.h | 133 #define ckh_new JEMALLOC_N(ckh_new) macro
|
/external/jemalloc_new/src/ |
D | ckh.c | 359 ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash, in ckh_new() function
|
D | prof.c | 1925 if (ckh_new(tsd, &tdata->bt2tctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_tdata_init_impl() 2320 if (ckh_new(tsd, &bt2gctx, PROF_CKH_MINITEMS, prof_bt_hash, in prof_boot2()
|