Searched refs:tabind (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | ckh.c | 445 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 D | prof_data.c | 905 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 D | ckh.h | 83 bool ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data);
|