Searched refs:ckh_iter (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dckh.h73 bool ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data);
H A Dprivate_namespace.h172 #define ckh_iter JEMALLOC_N(ckh_iter) macro
H A Dprivate_unnamespace.h172 #undef ckh_iter macro
/external/jemalloc/test/unit/
H A Dckh.c162 for (tabind = 0; !ckh_iter(&ckh, &tabind, &q, &r);) {
/external/jemalloc/src/
H A Dckh.c439 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) function
H A Dprof.c1224 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL,
1472 for (tabind = 0; !ckh_iter(&bt2gctx, &tabind, NULL, &gctx.v);)

Completed in 258 milliseconds