Graphviz 13.0.0~dev.20250210.0415
Loading...
Searching...
No Matches
asan.h File Reference

macros for interacting with Address Sanitizer More...

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

Go to the source code of this file.

Macros

#define ASAN_POISON(addr, size)
 
#define ASAN_UNPOISON(addr, size)
 

Macro Definition Documentation

◆ ASAN_POISON

#define ASAN_POISON (   addr,
  size 
)
Value:
do { \
} while (0)

Definition at line 15 of file asan.h.

◆ ASAN_UNPOISON

#define ASAN_UNPOISON (   addr,
  size 
)
Value:
do { \
} while (0)

Definition at line 20 of file asan.h.