Searched defs:ScopedStackSpaceWithGuard (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc257 class ScopedStackSpaceWithGuard { class in namespace:__sanitizer
259 explicit ScopedStackSpaceWithGuard(uptr stack_size) { function in class:__sanitizer::ScopedStackSpaceWithGuard
268 ~ScopedStackSpaceWithGuard() {
325 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize);

Completed in 415 milliseconds