Searched refs:__tsan_memset (Results 1 – 1 of 1) sorted by relevance
1334 void *__tsan_memset(void *s, int c, size_t count);1335 noinline void *__tsan_memset(void *s, int c, size_t count) in __tsan_memset() function1347 void *__tsan_memset(void *s, int c, size_t count) __alias(memset);1349 EXPORT_SYMBOL(__tsan_memset);