Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.h162 static const uptr kMaxStackMallocSize = ((uptr)1) << kMaxStackFrameSizeLog; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp126 static const size_t kMaxStackMallocSize = 1 << 16; // 64K variable