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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h22 static constexpr uptr kBlockCount = 0x1000; member in class:__sanitizer::StackStore
35 static_assert(u64(kBlockCount) * kBlockSizeFrames == 1ull << (sizeof(Id) * 8),
116 BlockInfo blocks_[kBlockCount] = {};

Completed in 183 milliseconds