Searched refs:kMaxStackMallocSize (Results 1 – 2 of 2) sorted by relevance
162 static const uptr kMaxStackMallocSize = ((uptr)1) << kMaxStackFrameSizeLog; variable
127 static const size_t kMaxStackMallocSize = 1 << 16; // 64K3236 assert(LocalStackSize <= kMaxStackMallocSize); in processDynamicAllocas() 3473 !ASan.CompileKernel && LocalStackSize <= kMaxStackMallocSize; in processStaticAllocas() 126 static const size_t kMaxStackMallocSize = 1 << 16; // 64K global() variable