Searched defs:ASAN_UNPOISON_MEMORY_REGION (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | asan_interface.h | 43 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) __asan_unpoison_memory_region((addr), (size)) macro 53 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | asan_interface.h | 42 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) __asan_unpoison_memory_region((addr), (size)) macro 52 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | asan_interface.h | 41 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) __asan_unpoison_memory_region((addr), (size)) macro 51 #undef ASAN_UNPOISON_MEMORY_REGION macro 53 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) macro
|
Completed in 1 milliseconds