Searched refs:ckh_iter (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | ckh.h | 83 bool ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data);
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
H A D | private_namespace.h | 144 #define ckh_iter JEMALLOC_N(ckh_iter) macro
|
/freebsd/contrib/jemalloc/src/ |
H A D | ckh.c | 446 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) { in ckh_iter() function
|
H A D | prof.c | 1556 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()
|