Home
last modified time | relevance | path

Searched refs:kHugeStackSize (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_annotation.cpp153 const int kHugeStackSize = 1 << 23; variable
170 child_huge_stack_context.uc_stack.ss_size = kHugeStackSize; in DoRunHugeStack()
183 for (int i = 0; i < kHugeStackSize; ++i) { in DoRunHugeStack()
190 char *heap = new char[kHugeStackSize + run_offset + 1]; in RunHugeStack()