Home
last modified time | relevance | path

Searched defs:kStackSize (Results 1 – 8 of 8) sorted by relevance

/llvm-project/compiler-rt/test/lsan/TestCases/
H A Dswapcontext.cpp14 const int kStackSize = 1 << 20; variable
/llvm-project/compiler-rt/test/msan/Linux/
H A Dswapcontext_annotation.cpp13 const int kStackSize = 1 << 20; variable
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dclone_test.cpp23 const int kStackSize = 1 << 20; in main() local
H A Dswapcontext_test.cpp21 const int kStackSize = 1 << 20; variable
H A Dswapcontext_annotation.cpp34 const int kStackSize = 1 << 20; variable
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dstack-use-after-return.cpp55 # define kStackSize 0 macro
H A Dfake_stack_gc.cpp20 const size_t kStackSize = 0x100000; variable
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3335 const size_t kStackSize = std::max(GetThreadStackMin(), 32 * 1024); in TEST() local