Searched refs:__tsan_memmove (Results 1 – 1 of 1) sorted by relevance
1344 void *__tsan_memmove(void *dst, const void *src, size_t len);1345 noinline void *__tsan_memmove(void *dst, const void *src, size_t len) in __tsan_memmove() function1354 void *__tsan_memmove(void *dst, const void *src, size_t len) __alias(memmove);1356 EXPORT_SYMBOL(__tsan_memmove);