Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h48 kChunksBlockCount * sizeof(uptr)); in EnsureSpace()
49 n_reserved_ += kChunksBlockCount; in EnsureSpace()
55 static const int kChunksBlockCount = 1 << 14; variable