Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_annotation.cpp189 const int run_offset = 1 << 14; in RunHugeStack() local
190 char *heap = new char[kHugeStackSize + run_offset + 1]; in RunHugeStack()
192 DoRunHugeStack(heap + run_offset); in RunHugeStack()