Home
last modified time | relevance | path

Searched refs:ckh_remove (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/jemalloc/test/unit/
A Dckh.c88 assert_false(ckh_remove(tsd, &ckh, strs[i], kp, vp), in TEST_BEGIN()
146 assert_false(ckh_remove(tsd, &ckh, p[j], &q, &r), in TEST_BEGIN()
152 assert_true(ckh_remove(tsd, &ckh, p[j], &q, &r), in TEST_BEGIN()
187 assert_false(ckh_remove(tsd, &ckh, p[i], &q, &r), in TEST_BEGIN()
193 assert_true(ckh_remove(tsd, &ckh, p[i], &q, &r), in TEST_BEGIN()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dckh_externs.h12 bool ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key,
A Dprivate_symbols.txt131 ckh_remove
A Dprivate_namespace.h131 #define ckh_remove JEMALLOC_N(ckh_remove) macro
A Dprivate_unnamespace.h131 #undef ckh_remove
/third_party/ulib/jemalloc/src/
A Dckh.c487 ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key, in ckh_remove() function
A Dprof.c585 if (ckh_remove(tsd, &bt2gctx, &gctx->bt, NULL, NULL)) in prof_gctx_try_destroy()
644 ckh_remove(tsd, &tdata->bt2tctx, &gctx->bt, NULL, NULL); in prof_tctx_destroy()

Completed in 17 milliseconds