Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dheavy_uar_test.cpp32 template<size_t kFrameSize>
36 char x[kFrameSize]; in RecursiveFunctionWithStackFrame()
39 RecursiveFunctionWithStackFrame<kFrameSize>(depth - 1); in RecursiveFunctionWithStackFrame()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h162 static const uptr kFrameSize = 160; variable
164 static const uptr kFrameSize = 96; variable
166 static const uptr kFrameSize = 2 * sizeof(uhwptr); variable
171 return frame > stack_bottom && frame < stack_top - kFrameSize; in IsValidFrame()