[cfe-users] MSVC always trying to rebuild project while using clang-cl (LLVM-vs2014 toolset)

2018-09-04 Thread Aleksei via cfe-users
Hello everyone, I don’t know if I’ve found a bug in clang-cl using Visual Studio 2015, or it’s a quite normal behavior… It would be nice if someone clarify it and (better) fix something in clang-cl, because the current behavior is IMHO very confusing. Background: Visual Studio 2015, versi

[cfe-users] How can I hook malloc on iOS?

2018-09-04 Thread Michael Eisel via cfe-users
Hi, I'd like to hook malloc for an iOS app in order to use a custom allocator (jemalloc) that I have benchmarked and seen that it improves my app's performance. I know there must be a way to hook malloc, since the address sanitizer does it. Here are some possible routes: - Do whatever the address