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

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c1196 uint32_t thread_size; local
1213 thread_size = (size+2)*sizeof(uint32_t);
1214 if (thread_size > total_size)
1216 total_size -= thread_size;

Completed in 47 milliseconds