Searched defs:STACK_SIZE (Results 1 – 16 of 16) sorted by relevance
3 #define STACK_SIZE (1 << STACK_SIZE_SHIFT) macro
9 #define STACK_SIZE 16 macro
66 #define STACK_SIZE 16 macro
39 #define STACK_SIZE (1024*1024) 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
533 final int STACK_SIZE = SS_SMERGE_STACKSIZE; in ssSwapMerge() local927 final int STACK_SIZE = SS_MISORT_STACKSIZE; in ssMintroSort() local1417 final int STACK_SIZE = TR_STACKSIZE; in trIntroSort() local
120 private static final int STACK_SIZE = field in BlockSort
682 config STACK_SIZE config
536 …#define _beginthreadex_compat( SECURITY_PTR, STACK_SIZE, START_ADDRESS, ARG_LIST, FLAGS, THREAD_ID… argument