[PATCH] D121848: [scudo] Remove unused header includes and fix declarations

Dominic Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 25 16:50:48 PDT 2022


ddcc added inline comments.


================
Comment at: compiler-rt/lib/scudo/standalone/wrappers_c.cpp:25
 extern "C" void SCUDO_PREFIX(malloc_postinit)();
+extern scudo::Allocator<scudo::Config, SCUDO_PREFIX(malloc_postinit)>
+    SCUDO_ALLOCATOR;
----------------
@vitalybuka Are you saying to split this change off into another patch?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121848/new/

https://reviews.llvm.org/D121848



More information about the llvm-commits mailing list