There's no macro, AFAIK. I usually add one as a part of the build type.However, if it's just so that you can prevent a function being instrumented, you can tag them with __attribute__((no_sanitize_address)). E.g:__attribute__((no_sanitize_address)) void myfunc() { // Sketchy or hot-path code. }
Topic:
Developer Tools & Services
SubTopic:
General
Tags: