Searched defs:STACK_SIZE (Results 1 – 11 of 11) sorted by relevance
25 #define STACK_SIZE 128 macro29 #define STACK_SIZE 64 macro
48 # define STACK_SIZE 256 * 1024 in do_test() macro50 # define STACK_SIZE 128 * 1024 in do_test() macro
49 # define STACK_SIZE (256 * 1024) in do_test() macro51 # define STACK_SIZE (128 * 1024) in do_test() macro
54 # define STACK_SIZE (256 * 1024) in do_test() macro56 # define STACK_SIZE (128 * 1024) in do_test() macro
64 # define STACK_SIZE 256 * 1024 in do_test() macro66 # define STACK_SIZE 128 * 1024 in do_test() macro
74 # define STACK_SIZE 256 * 1024 in do_test() macro76 # define STACK_SIZE 128 * 1024 in do_test() macro
25 #define STACK_SIZE (16 * 1024 * 1024) /* 16MB, arbitrary. */ macro
86 #define STACK_SIZE (1 * 1024 * 1024) in do_test() macro
57 #define STACK_SIZE (CHAR_BIT * sizeof (size_t)) macro