Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h110 static const uptr kBatchSize = sizeof(TransferBatch); variable
111 COMPILER_CHECK((kBatchSize & (kBatchSize - 1)) == 0);
112 COMPILER_CHECK(kBatchSize == SizeClassMap::kMaxNumCachedHint * sizeof(uptr));
116 kBatchSize : SizeClassMap::Size(class_id); in ClassIdToSize()