Home
last modified time | relevance | path

Searched refs:ckh_iter (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h83 bool ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data);
H A Dprivate_namespace.h144 #define ckh_iter JEMALLOC_N(ckh_iter) macro
/freebsd/contrib/jemalloc/src/
H A Dckh.c446 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) { in ckh_iter() function
H A Dprof.c1556 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL, in prof_tdata_merge_iter()
1840 for (tabind = 0; !ckh_iter(&bt2gctx, &tabind, NULL, &gctx.v);) { in prof_dump_prep()