[compiler-rt] [scudo] Support no-preserve-all-regions mode (PR #85149)
Christopher Ferris via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 19:42:27 PDT 2024
================
@@ -601,6 +593,35 @@ template <typename Config> class SizeClassAllocator64 {
return BlockSize > PageSize;
}
+ void initRegion(RegionInfo *Region, uptr ClassId, MemMapT MemMap,
----------------
cferris1000 wrote:
Should this be made to be always inline? If it's not used many places, it will probably be inlined anyway though.
https://github.com/llvm/llvm-project/pull/85149
More information about the llvm-commits
mailing list