NCBI C++ ToolKit
Macros
ncbi_sanitizers.h File Reference

Common macro to detect used sanitizers and suppress memory leaks if run under LeakSanitizer. More...

+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Common macro to detect used sanitizers and suppress memory leaks if run under LeakSanitizer.

Definition in file ncbi_sanitizers.h.

Macro Definition Documentation

◆ NCBI_LSAN_DISABLE

#define NCBI_LSAN_DISABLE   ((void)0)

Definition at line 107 of file ncbi_sanitizers.h.

◆ NCBI_LSAN_DISABLE_GUARD

#define NCBI_LSAN_DISABLE_GUARD   ((void)0)

Definition at line 108 of file ncbi_sanitizers.h.

◆ NCBI_LSAN_ENABLE

#define NCBI_LSAN_ENABLE   ((void)0)

LeakSanitazer.

Definition at line 106 of file ncbi_sanitizers.h.

Modified on Fri Sep 20 14:58:20 2024 by modify_doxy.py rev. 669887