[PATCH] D47642: [asan, myriad] Implement aligned local pool allocation

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 13:39:25 PDT 2018


alekseyshl added a comment.

Are you solving a particular problem or you're just anticipating one?



================
Comment at: compiler-rt/lib/asan/asan_malloc_linux.cc:175
+#else
+#include "asan_malloc_rtems.inc"
+#endif // !SANITIZER_RTEMS
----------------
Let's do it for all platforms, for simplicity and match the malloc implementation.


Repository:
  rL LLVM

https://reviews.llvm.org/D47642





More information about the llvm-commits mailing list