[compiler-rt] [asan] Define mallopt and mallinfo for Fuchsia asan runtime (PR #129105)
Roland McGrath via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 11:08:08 PST 2025
================
@@ -129,8 +129,10 @@ SANITIZER_WEAK_IMPORT void *aligned_alloc(__sanitizer::usize __alignment,
#if SANITIZER_FUCHSIA
#define SI_NOT_FUCHSIA 0
+# define SI_FUCHSIA 1
----------------
frobtech wrote:
Indentation should be consistent with the neighbors.
https://github.com/llvm/llvm-project/pull/129105
More information about the llvm-commits
mailing list