[PATCH] Interceptors etc for standalone LSan.
Dmitry Vyukov
dvyukov at google.com
Thu Apr 25 02:29:33 PDT 2013
On Tue, Apr 23, 2013 at 3:12 PM, Dmitry Vyukov <dvyukov at google.com> wrote:
> Comment at: lib/lsan/lsan_thread.cc:210
> @@ +209,3 @@
> + thread_registry->Lock();
> + thread_registry->RunCallbackForEachThreadLocked(LockAllocatorsCallback,
> + NULL);
> ----------------
> Why do you need to lock all these mutexes?
Ping.
I am asking because I think we do not want mutexes in every malloc/free in asan.
More information about the llvm-commits
mailing list