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
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