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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h26 static u32 getMaxCachedHint(uptr Size) { function in struct:scudo::SizeClassMapBase
98 static u32 getMaxCachedHint(uptr Size) { function in class:scudo::FixedSizeClassMap
100 return Base::getMaxCachedHint(Size);
165 static u32 getMaxCachedHint(uptr Size) {
167 return Base::getMaxCachedHint(Size);
253 const uptr Cached = SCMap::getMaxCachedHint(S) * S;
256 I, S, D, P, L, SCMap::getMaxCachedHint(S), Cached,
H A Dlocal_cache.h42 return Min(MaxNumCached, SizeClassMap::getMaxCachedHint(Size));

Completed in 162 milliseconds