[compiler-rt] [scudo] Add primary option to enable/disable cache blocks. (PR #129794)
Jordan R AW via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 16:02:07 PDT 2025
================
@@ -52,7 +52,10 @@ template <typename Config> class SizeClassAllocator32 {
static_assert((1UL << Config::getRegionSizeLog()) >= SizeClassMap::MaxSize,
"");
typedef SizeClassAllocator32<Config> ThisT;
- typedef SizeClassAllocatorLocalCache<ThisT> CacheT;
+ using SizeClassAllocatorT =
----------------
ajordanr-google wrote:
All good, everything makes sense then! This clears up quite a bit.
https://github.com/llvm/llvm-project/pull/129794
More information about the llvm-commits
mailing list