Searched refs:est_thread_size (Results 1 – 1 of 1) sorted by relevance
1418 size_t est_thread_size = sizeof(struct thread_snapshot_v4) + 42 * sizeof(uintptr_t); in get_stackshot_est_tasksize() local1431 est_thread_size += sizeof(struct stackshot_latency_thread); in get_stackshot_est_tasksize()1436 total_size = est_task_size + threads_per_task * est_thread_size; in get_stackshot_est_tasksize()