Searched refs:ckh_remove (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | ckh.c | 88 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 D | ckh_externs.h | 12 bool ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key,
|
| A D | private_symbols.txt | 131 ckh_remove
|
| A D | private_namespace.h | 131 #define ckh_remove JEMALLOC_N(ckh_remove) macro
|
| A D | private_unnamespace.h | 131 #undef ckh_remove
|
| /third_party/ulib/jemalloc/src/ |
| A D | ckh.c | 487 ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key, in ckh_remove() function
|
| A D | prof.c | 585 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