Searched refs:__tsan_memset (Results 1 – 1 of 1) sorted by relevance
1326 void *__tsan_memset(void *s, int c, size_t count);1327 noinline void *__tsan_memset(void *s, int c, size_t count) in __tsan_memset() function1339 void *__tsan_memset(void *s, int c, size_t count) __alias(memset);1341 EXPORT_SYMBOL(__tsan_memset);