Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/ !
H A Dmach_loader.c2799 uint32_t thread_size; in load_threadstate() local
2830 if (os_add_and_mul_overflow(size, 2, sizeof(uint32_t), &thread_size) || in load_threadstate()
2831 os_sub_overflow(total_size, thread_size, &total_size)) { in load_threadstate()