Searched refs:STACK_SIZE (Results 1 – 1 of 1) sorted by relevance
40 const size_t STACK_SIZE = 4096; // variable41 StackBuffer<STACK_SIZE> s_Stacks[NUM_ALARM_THREAD];79 …return STACK_SIZE * NUM_ALARM_THREAD + (sizeof(nn::os::ThreadPool) / NN_OS_MEMORY_PAGE_SIZE + 1) *… in GetRequiredMemorySizeForAlarmSystem()