Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.h163 static const uptr kMaxStackMallocSize = ((uptr)1) << kMaxStackFrameSizeLog; variable
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp85 static const size_t kMaxStackMallocSize = 1 << 16; // 64K variable
1953 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()
2087 LocalStackSize <= kMaxStackMallocSize; in poisonStack()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp126 static const size_t kMaxStackMallocSize = 1 << 16; // 64K variable
2885 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()
3058 LocalStackSize <= kMaxStackMallocSize; in processStaticAllocas()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp126 static const size_t kMaxStackMallocSize = 1 << 16; // 64K variable
2963 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()
3200 !ASan.CompileKernel && LocalStackSize <= kMaxStackMallocSize; in processStaticAllocas()