OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxStackMallocSize
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_allocator.h
179
static const uptr
kMaxStackMallocSize
= 1 << kMaxStackFrameSizeLog;
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
60
static const size_t
kMaxStackMallocSize
= 1 << 16; // 64K
[
all
...]
Completed in 516 milliseconds