Searched refs:__tsan_memmove (Results 1 – 1 of 1) sorted by relevance
1072 void *__tsan_memmove(void *dst, const void *src, size_t len);1073 noinline void *__tsan_memmove(void *dst, const void *src, size_t len) in __tsan_memmove() function1082 void *__tsan_memmove(void *dst, const void *src, size_t len) __alias(memmove);1084 EXPORT_SYMBOL(__tsan_memmove);