[PATCH] D41128: [scudo] Adding a public Scudo interface

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 31 17:16:25 PST 2017


cryptoad added a comment.

Another point:
For ASan, an identical check exists as a background thread. We decided not to do that due to some requirements on Android.
It could potentially come back as a background thread check on supported platforms if that would address the concerns you are raising.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D41128





More information about the llvm-commits mailing list