Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dmach_loader.c2796 uint32_t thread_size; in load_threadstate() local
2827 if (os_add_and_mul_overflow(size, 2, sizeof(uint32_t), &thread_size) || in load_threadstate()
2828 os_sub_overflow(total_size, thread_size, &total_size)) { in load_threadstate()