FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
sanitizer.c
Go to the documentation of this file.
1 #ifdef CLIB_SANITIZE_ADDR
2 
3 #include <vppinfra/sanitizer.h>
4 
5 __clib_export clib_sanitizer_main_t sanitizer_main = { .shadow_scale = ~0 };
6 
7 #endif /* CLIB_SANITIZE_ADDR */
sanitizer.h