NCBI C++ ToolKit
|
Common macro to detect used sanitizers and suppress memory leaks if run under LeakSanitizer. More...
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | NCBI_LSAN_ENABLE ((void)0) |
LeakSanitazer. More... | |
#define | NCBI_LSAN_DISABLE ((void)0) |
#define | NCBI_LSAN_DISABLE_GUARD ((void)0) |
Common macro to detect used sanitizers and suppress memory leaks if run under LeakSanitizer.
Definition in file ncbi_sanitizers.h.
#define NCBI_LSAN_DISABLE ((void)0) |
Definition at line 107 of file ncbi_sanitizers.h.
#define NCBI_LSAN_DISABLE_GUARD ((void)0) |
Definition at line 108 of file ncbi_sanitizers.h.
#define NCBI_LSAN_ENABLE ((void)0) |
LeakSanitazer.
Definition at line 106 of file ncbi_sanitizers.h.