Searched refs:ckh_insert (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | ckh_externs.h | 11 bool ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data);
|
| A D | private_symbols.txt | 126 ckh_insert
|
| A D | private_namespace.h | 126 #define ckh_insert JEMALLOC_N(ckh_insert) macro
|
| A D | private_unnamespace.h | 126 #undef ckh_insert
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | ckh.c | 43 ckh_insert(tsd, &ckh, strs[i], strs[i]); in TEST_BEGIN() 131 assert_false(ckh_insert(tsd, &ckh, p[j], p[j]), in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/src/ |
| A D | ckh.c | 463 ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data) in ckh_insert() function
|
| A D | prof.c | 727 if (ckh_insert(tsd, &bt2gctx, btkey.v, gctx.v)) { in prof_lookup_global() 805 error = ckh_insert(tsd, &tdata->bt2tctx, btkey, ret.v); in prof_lookup()
|
Completed in 14 milliseconds