Based on r282019.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/lsan/lsan_interceptors.cc | ||
---|---|---|
305 ↗ | (On Diff #111207) | Don't we need to intercept by mangled names here too? |
lib/lsan/lsan_interceptors.cc | ||
---|---|---|
305 ↗ | (On Diff #111207) | ASan currently does not. Shouldn't be hard to add the mangled name interception for both ASan and LSan in a second patch (unless you'd rather have it all here). |
lib/lsan/lsan_interceptors.cc | ||
---|---|---|
305 ↗ | (On Diff #111207) | Why not, let's add them in this patch. |
lib/lsan/lsan_interceptors.cc | ||
---|---|---|
305 ↗ | (On Diff #111207) | Sounds good. |
lib/lsan/lsan_interceptors.cc | ||
---|---|---|
207 ↗ | (On Diff #111207) | Use lsan_malloc instead of lsan_memalign, one less parameter and check. |
lib/lsan/lsan_interceptors.cc | ||
---|---|---|
305 ↗ | (On Diff #111207) | I don't think we can add these on macOS until they're added in libc++, otherwise we get undefined symbol errors. |
lib/lsan/lsan_interceptors.cc | ||
---|---|---|
305 ↗ | (On Diff #111207) | OK then, let's do it later. |