Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h129 struct SizeClassAllocator32LocalCache { struct
130 typedef SizeClassAllocator Allocator;
131 typedef typename Allocator::TransferBatch TransferBatch;
133 void Init(AllocatorGlobalStats *s) { in Init()
188 void Drain(SizeClassAllocator *allocator) { in Drain()
197 typedef typename Allocator::SizeClassMapT SizeClassMap;
204 static const bool kUseSeparateSizeClassForBatch =
207 struct PerClass {
214 PerClass per_class_[kNumClasses];
215 AllocatorStats stats_;
[all …]