Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_size_class_map.h170 static uptr MaxCachedHint(uptr size) { in MaxCachedHint() function
193 uptr cached = MaxCachedHint(s) * s; in Print()
198 i, Size(i), d, p, l, MaxCachedHint(s), cached, ClassID(s)); in Print()
Dsanitizer_allocator_local_cache.h92 c->max_count = 2 * SizeClassMap::MaxCachedHint(size); in InitCache()
Dsanitizer_allocator_primary32.h100 return Min(kMaxNumCached, SizeClassMap::MaxCachedHint(size)); in MaxCached()