Searched refs:ckh_new (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A 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()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | ckh.h | 70 bool ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | ckh.c | 359 ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash, in ckh_new() function
|
| H A 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()
|