Home
last modified time | relevance | path

Searched refs:kMaxStackMallocSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_fake_stack.h162 static const uptr kMaxStackMallocSize = ((uptr)1) << kMaxStackFrameSizeLog; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp124 static const size_t kMaxStackMallocSize = 1 << 16; // 64K variable
2910 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()
3147 !ASan.CompileKernel && LocalStackSize <= kMaxStackMallocSize; in processStaticAllocas()