Home
last modified time | relevance | path

Searched refs:ASAN_UNPOISON_MEMORY_REGION (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dzone.cc32 #define ASAN_UNPOISON_MEMORY_REGION(start, size) \
145 ASAN_UNPOISON_MEMORY_REGION(current, size); in DeleteAll()
163 ASAN_UNPOISON_MEMORY_REGION(start, keep->capacity()); in DeleteAll()
189 ASAN_UNPOISON_MEMORY_REGION(segment_head_, size); in DeleteKeptSegment()
/external/compiler-rt/include/sanitizer/
Dasan_interface.h44 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro
49 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \ macro
/external/compiler-rt/test/asan/TestCases/
Dstrtoll_strict.c54 ASAN_UNPOISON_MEMORY_REGION(array, 8); in test3()
Dstrtol_strict.c61 ASAN_UNPOISON_MEMORY_REGION(array, 8); in test3()