The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Macros
lsan.h File Reference

Integration with the leak sanitizer interface. More...

Go to the source code of this file.

Macros

#define ASAN_POISON_MEMORY_REGION(_start, _size)
 
#define ASAN_UNPOISON_MEMORY_REGION(_start, _size)
 
#define LSAN_DISABLE(_x)   _x
 

Detailed Description

Integration with the leak sanitizer interface.

Definition in file lsan.h.

Macro Definition Documentation

◆ ASAN_POISON_MEMORY_REGION

#define ASAN_POISON_MEMORY_REGION (   _start,
  _size 
)

Definition at line 62 of file lsan.h.

◆ ASAN_UNPOISON_MEMORY_REGION

#define ASAN_UNPOISON_MEMORY_REGION (   _start,
  _size 
)

Definition at line 63 of file lsan.h.

◆ LSAN_DISABLE

#define LSAN_DISABLE (   _x)    _x

Definition at line 64 of file lsan.h.