Searched refs:ckh_remove (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc_new/test/unit/ |
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()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | ckh.h | 91 bool ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key,
|
D | private_namespace_jet.h | 137 #define ckh_remove JEMALLOC_N(ckh_remove) macro
|
D | private_namespace.h | 136 #define ckh_remove JEMALLOC_N(ckh_remove) macro
|
/external/jemalloc_new/src/ |
D | ckh.c | 489 ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key, in ckh_remove() function
|
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()
|