Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dckh.c445 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) { in ckh_iter() argument
448 for (i = *tabind, ncells = (ZU(1) << (ckh->lg_curbuckets + in ckh_iter()
457 *tabind = i + 1; in ckh_iter()
H A Dprof_data.c905 size_t tabind; in prof_tdata_merge_iter() local
913 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL, in prof_tdata_merge_iter()
1066 size_t tabind; in prof_dump_prep() local
1079 for (tabind = 0; !ckh_iter(&bt2gctx, &tabind, NULL, &gctx.v);) { in prof_dump_prep()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h83 bool ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data);