Searched defs:ASAN_UNPOISON_MEMORY_REGION (Results 1 – 4 of 4) sorted by relevance
44 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro49 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro
24 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
35 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
79 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro