Searched refs:ckh_remove (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | ckh.c | 86 assert_false(ckh_remove(tsd, &ckh, strs[i], kp, vp), in TEST_BEGIN() 143 assert_false(ckh_remove(tsd, &ckh, p[j], &q, &r), in TEST_BEGIN() 149 assert_true(ckh_remove(tsd, &ckh, p[j], &q, &r), in TEST_BEGIN() 186 assert_false(ckh_remove(tsd, &ckh, p[i], &q, &r), in TEST_BEGIN() 192 assert_true(ckh_remove(tsd, &ckh, p[i], &q, &r), in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | ckh.h | 91 bool ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key,
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | ckh.c | 489 ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key, in ckh_remove() function
|
| H A D | prof.c | 595 if (ckh_remove(tsd, &bt2gctx, &gctx->bt, NULL, NULL)) { in prof_gctx_try_destroy() 657 ckh_remove(tsd, &tdata->bt2tctx, &gctx->bt, NULL, NULL); in prof_tctx_destroy()
|