Searched refs:kMaxStackMallocSize (Results 1 – 2 of 2) sorted by relevance
163 static const uptr kMaxStackMallocSize = ((uptr)1) << kMaxStackFrameSizeLog; variable
127 static const size_t kMaxStackMallocSize = 1 << 16; // 64K variable2770 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()2944 LocalStackSize <= kMaxStackMallocSize; in processStaticAllocas()