Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dmach_loader.c2836 uint32_t thread_size; in load_threadstate() local
2867 if (os_add_and_mul_overflow(size, 2, sizeof(uint32_t), &thread_size) || in load_threadstate()
2868 os_sub_overflow(total_size, thread_size, &total_size)) { in load_threadstate()