[compiler-rt] [scudo] Add an option to zero memory on deallocation. (PR #142394)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 16 00:25:45 PST 2025
================
@@ -61,6 +61,13 @@ BASE_OPTIONAL(const bool, QuarantineDisabled, false)
// If set to false, return the total available size in the allocation.
BASE_OPTIONAL(const bool, ExactUsableSize, true)
+#ifdef SCUDO_FUCHSIA
----------------
piwicode wrote:
Done.
https://github.com/llvm/llvm-project/pull/142394
More information about the llvm-commits
mailing list