Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h34 return Max(1U, Min(Config::MaxNumCachedHint, N)); in getMaxCachedHint()
68 static const u32 MaxNumCachedHint = Config::MaxNumCachedHint;
181 static const u32 MaxNumCachedHint = Config::MaxNumCachedHint;
226 static const u32 MaxNumCachedHint = 14; member
238 static const u32 MaxNumCachedHint = 10; member
251 static const u32 MaxNumCachedHint = 13; member
266 static const u32 MaxNumCachedHint = 14;
295 static const u32 MaxNumCachedHint = 13; member
303 static const u32 MaxNumCachedHint = 14;
318 static const u32 MaxNumCachedHint = 8; member
H A Dlocal_cache.h23 static const u32 MaxNumCached = SizeClassMap::MaxNumCachedHint;
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsize_class_map_test.cpp36 static const scudo::u32 MaxNumCachedHint = 0; member
51 static const scudo::u32 MaxNumCachedHint = 128; member
H A Drelease_test.cpp133 static const scudo::u32 MaxCount = SizeClassMap::MaxNumCachedHint;
H A Dcombined_test.cpp509 static const scudo::u32 MaxNumCachedHint = 4; member