Home
last modified time | relevance | path

Searched defs:kBlockSizeFrames (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h21 static constexpr uptr kBlockSizeFrames = 0x100000; variable
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stack_store_test.cpp66 static constexpr uptr kBlockSizeFrames = StackStore::kBlockSizeFrames; member in __sanitizer::StackStoreTest