Symbolizers can call malloc/realloc/free/..., which we don't want to intercept. This is already implemented on Linux, let's do it for OS X as well.
Details
Details
- Reviewers
kcc glider dvyukov samsonov - Commits
- rGb2b07aa9257c: [tsan] Skip malloc/free interceptors when we're inside symbolizer on OS X
rCRT253460: [tsan] Skip malloc/free interceptors when we're inside symbolizer on OS X
rL253460: [tsan] Skip malloc/free interceptors when we're inside symbolizer on OS X
Diff Detail
Diff Detail
- Repository
- rL LLVM