Searched refs:tabind (Results 1 – 3 of 3) sorted by relevance
/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() argument 449 for (i = *tabind, ncells = (ZU(1) << (ckh->lg_curbuckets + in ckh_iter() 458 *tabind = i + 1; in ckh_iter()
|
H A D | prof.c | 1548 size_t tabind; in prof_tdata_merge_iter() local 1556 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL, in prof_tdata_merge_iter() 1827 size_t tabind; in prof_dump_prep() local 1840 for (tabind = 0; !ckh_iter(&bt2gctx, &tabind, NULL, &gctx.v);) { in prof_dump_prep()
|
/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);
|