Searched defs:ThreadStackSize (Results 1 – 1 of 1) sorted by relevance
59 const std::size_t ThreadStackSize = 1*MByte; variable61 const std::size_t ThreadStackSize = (sizeof(uintptr_t) <= 4 ? 2 : 4 )*MByte; variable