Searched refs:tabind (Results 1 – 4 of 4) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | ckh.c | 158 size_t tabind; in TEST_BEGIN() local 162 for (tabind = 0; !ckh_iter(&ckh, &tabind, &q, &r);) { in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | ckh_externs.h | 10 bool ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data);
|
| /third_party/ulib/jemalloc/src/ |
| A D | ckh.c | 443 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) in ckh_iter() argument 447 for (i = *tabind, ncells = (ZU(1) << (ckh->lg_curbuckets + in ckh_iter() 454 *tabind = i + 1; in ckh_iter()
|
| A D | prof.c | 1261 size_t tabind; in prof_tdata_merge_iter() local 1269 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL, in prof_tdata_merge_iter() 1539 size_t tabind; in prof_dump_prep() local 1552 for (tabind = 0; !ckh_iter(&bt2gctx, &tabind, NULL, &gctx.v);) { in prof_dump_prep()
|
Completed in 9 milliseconds