Searched refs:tabind (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h78 * To iterate over the elements in the table, initialize *tabind to 0 and call
83 bool ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data);
/freebsd-13-stable/contrib/jemalloc/src/
H A Dckh.c446 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) { argument
449 for (i = *tabind, ncells = (ZU(1) << (ckh->lg_curbuckets +
458 *tabind = i + 1;
H A Dprof.c1548 size_t tabind; local
1556 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL,
1827 size_t tabind; local
1840 for (tabind = 0; !ckh_iter(&bt2gctx, &tabind, NULL, &gctx.v);) {

Completed in 168 milliseconds