Searched refs:ckh_iter (Results 1 – 13 of 13) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | ckh.h | 71 bool ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data);
|
D | private_symbols.txt | 189 ckh_iter
|
D | private_namespace.h | 189 #define ckh_iter JEMALLOC_N(ckh_iter) macro
|
D | private_unnamespace.h | 189 #undef ckh_iter
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | ckh.h | 83 bool ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data);
|
D | private_namespace.h | 132 #define ckh_iter JEMALLOC_N(ckh_iter) macro
|
D | private_namespace_jet.h | 133 #define ckh_iter JEMALLOC_N(ckh_iter) macro
|
/external/jemalloc_new/test/unit/ |
D | ckh.c | 159 for (tabind = 0; !ckh_iter(&ckh, &tabind, &q, &r);) { in TEST_BEGIN()
|
/external/jemalloc/test/unit/ |
D | ckh.c | 162 for (tabind = 0; !ckh_iter(&ckh, &tabind, &q, &r);) { in TEST_BEGIN()
|
/external/jemalloc/src/ |
D | ckh.c | 440 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) in ckh_iter() function
|
D | prof.c | 1278 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL, in prof_tdata_merge_iter() 1572 for (tabind = 0; !ckh_iter(&bt2gctx, &tabind, NULL, &gctx.v);) in prof_dump()
|
/external/jemalloc_new/src/ |
D | ckh.c | 445 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) { in ckh_iter() function
|
D | prof.c | 1285 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL, in prof_tdata_merge_iter() 1569 for (tabind = 0; !ckh_iter(&bt2gctx, &tabind, NULL, &gctx.v);) { in prof_dump_prep()
|