OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxStackMallocSize
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fake_stack.h
163
static const uptr
kMaxStackMallocSize
= ((uptr)1) << kMaxStackFrameSizeLog;
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_fake_stack.h
162
static const uptr
kMaxStackMallocSize
= ((uptr)1) << kMaxStackFrameSizeLog;
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_fake_stack.h
162
static const uptr
kMaxStackMallocSize
= ((uptr)1) << kMaxStackFrameSizeLog;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
130
static const size_t
kMaxStackMallocSize
= 1 << 16; // 64K
3056
assert(LocalStackSize <=
kMaxStackMallocSize
);
3292
LocalStackSize <=
kMaxStackMallocSize
;
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026