Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h26 static u32 getMaxCachedHint(uptr Size) { in getMaxCachedHint() function
102 static u32 getMaxCachedHint(uptr Size) { in getMaxCachedHint() function
104 return Base::getMaxCachedHint(Size); in getMaxCachedHint()
215 static u32 getMaxCachedHint(uptr Size) { in getMaxCachedHint() function
217 return Base::getMaxCachedHint(Size); in getMaxCachedHint()
336 const uptr Cached = SCMap::getMaxCachedHint(S) * S; in printMap()
339 S, D, P, L, SCMap::getMaxCachedHint(S), Cached, in printMap()
H A Dlocal_cache.h43 return Min(MaxNumCached, SizeClassMap::getMaxCachedHint(Size)); in getMaxCached()