Searched refs:told_cnt (Results 1 – 1 of 1) sorted by relevance
415 prof_thr_cnt_t *told_cnt; in prof_realloc() local436 told_cnt = prof_lookup(old_ctx->bt); in prof_realloc()437 if (told_cnt == NULL) { in prof_realloc()446 told_cnt = (prof_thr_cnt_t *)(uintptr_t)1U; in prof_realloc()449 told_cnt = (prof_thr_cnt_t *)(uintptr_t)1U; in prof_realloc()451 if ((uintptr_t)told_cnt > (uintptr_t)1U) in prof_realloc()452 told_cnt->epoch++; in prof_realloc()461 if ((uintptr_t)told_cnt > (uintptr_t)1U) { in prof_realloc()462 told_cnt->cnts.curobjs--; in prof_realloc()463 told_cnt->cnts.curbytes -= old_usize; in prof_realloc()[all …]