Searched refs:__asan_memset (Results 1 – 2 of 2) sorted by relevance
82 void *__asan_memset(void *addr, int c, size_t len) in __asan_memset() function89 EXPORT_SYMBOL(__asan_memset);114 void *__hwasan_memset(void *addr, int c, size_t len) __alias(__asan_memset);
650 void *__asan_memset(void *addr, int c, size_t len);
Completed in 5 milliseconds