[compiler-rt] [llvm] scudo: Support free_sized and free_aligned_sized from C23 (PR #146556)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 8 14:49:45 PDT 2025
================
@@ -456,6 +463,9 @@ class Allocator {
}
#endif // GWP_ASAN_HOOKS
+ if (UNLIKELY(HasDeleteAlignment && !isPowerOfTwo(DeleteAlignment)))
----------------
vitalybuka wrote:
Why it's not be fore GuardedAlloc?
https://github.com/llvm/llvm-project/pull/146556
More information about the llvm-commits
mailing list