Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h22 static constexpr uptr kBlockCount = 0x1000; variable
35 static_assert(u64(kBlockCount) * kBlockSizeFrames == 1ull << (sizeof(Id) * 8),
116 BlockInfo blocks_[kBlockCount] = {};