Searched defs:STACK_SIZE (Results 1 – 18 of 18) sorted by relevance
11 enum { STACK_SIZE = 0x2000 }; enumerator
10 #define STACK_SIZE 0x00000040 macro
9 #define STACK_SIZE 16 macro
67 #define STACK_SIZE 16 macro
25 #define STACK_SIZE (1024 * 1024) macro
24 #define STACK_SIZE (1024 * 1024) macro
27 #define STACK_SIZE (1024*1024) macro
36 #define STACK_SIZE 0x1000 macro
347 constexpr int STACK_SIZE = 12 << 10; // 12K stack size alloc; Google3 has 16K limit. in DAAFillPath() local349 constexpr int STACK_SIZE = 64 << 10; // 64k stack size to avoid heap allocation in DAAFillPath() local
39 #define STACK_SIZE 65536 macro
29 #define STACK_SIZE 65536 macro
282 #define STACK_SIZE (1024 * 1024) macro
313 #define STACK_SIZE SS_MISORT_STACKSIZE in ss_mintrosort() macro657 #define STACK_SIZE SS_SMERGE_STACKSIZE in ss_swapmerge() macro
330 #define STACK_SIZE TR_STACKSIZE in tr_introsort() macro
120 private static final int STACK_SIZE = field in BlockSort
403 #define STACK_SIZE SS_MISORT_STACKSIZE in ss_mintrosort() macro747 #define STACK_SIZE SS_SMERGE_STACKSIZE in ss_swapmerge() macro1178 #define STACK_SIZE TR_STACKSIZE in tr_introsort() macro
536 …#define _beginthreadex_compat( SECURITY_PTR, STACK_SIZE, START_ADDRESS, ARG_LIST, FLAGS, THREAD_ID… argument