[PATCH] D29994: Use pthreads for thread-local lsan allocator cache on darwin

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 20:21:33 PST 2017


kubamracek added inline comments.


================
Comment at: lib/lsan/lsan_allocator.h:55
+#if defined(__mips64) || defined(__aarch64__) || defined(__i386__) || \
+    defined(__arm__)
+static const uptr kRegionSizeLog = 20;
----------------
Does the issue with `__arm__` still exist now?


https://reviews.llvm.org/D29994





More information about the llvm-commits mailing list