[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 14:26:52 PDT 2018


alekseyshl accepted this revision.
alekseyshl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/asan/asan_malloc_linux.cc:195
   GET_STACK_TRACE_MALLOC;
   // Printf("posix_memalign: %zx %zu\n", alignment, size);
   return asan_posix_memalign(memptr, alignment, size, &stack);
----------------
While you're here, please remove this printf too.


Repository:
  rL LLVM

https://reviews.llvm.org/D47642





More information about the llvm-commits mailing list