OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxStackMallocSize
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_fake_stack.h
86
static const uptr
kMaxStackMallocSize
= 1 << kMaxStackFrameSizeLog;
asan_fake_stack.cc
120
CHECK(size <=
kMaxStackMallocSize
&& size > 1);
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
62
static const size_t
kMaxStackMallocSize
= 1 << 16; // 64K
[
all
...]
Completed in 1186 milliseconds