================ @@ -601,6 +593,35 @@ template <typename Config> class SizeClassAllocator64 { return BlockSize > PageSize; } + void initRegion(RegionInfo *Region, uptr ClassId, MemMapT MemMap, ---------------- ChiaHungDuan wrote: Nice Catch! https://github.com/llvm/llvm-project/pull/85149