Searched defs:HOST_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #define HOST_STACK_SIZE (((HOST_MIN_STACK_SIZE + 15) / 16) * 16) /* Align. */ macro
47 #define HOST_STACK_SIZE ((HOST_MIN_STACK_SIZE + 15) & ~15) /* Align. */ macro