[PATCH] D21025: [tsan] Switch to InternalAlloc everywhere __libc_malloc is currently used

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 09:26:23 PDT 2016


dvyukov accepted this revision.
dvyukov added a comment.
This revision is now accepted and ready to land.

LGTM

Thanks!


================
Comment at: lib/sanitizer_common/sanitizer_allocator.cc:65
@@ -47,3 +64,3 @@
 
 #else // SANITIZER_GO
 
----------------
while you are here:

defined(SANITIZER_GO) || defined(SANITIZER_USE_MALLOC)

================
Comment at: lib/sanitizer_common/sanitizer_allocator.cc:118
@@ -87,3 +117,3 @@
 
 #endif // SANITIZER_GO
 
----------------
while you are here:

defined(SANITIZER_GO) || defined(SANITIZER_USE_MALLOC)


http://reviews.llvm.org/D21025





More information about the llvm-commits mailing list