OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxStackSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_linux.cc
258
const uptr
kMaxStackSize
= 32 * 1024 * 1024;
262
kMaxStackSize
);
263
SetStackSizeLimitInBytes(
kMaxStackSize
);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform_linux.cpp
289
const uptr
kMaxStackSize
= 32 * 1024 * 1024;
293
kMaxStackSize
);
294
SetStackSizeLimitInBytes(
kMaxStackSize
);
Completed in 34 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026