Searched defs:__asan_memmove (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc240 INTERFACE_FUNCTION(__asan_memmove); variable
H A Dasan_interceptors.cc397 void *__asan_memmove(void *to, const void *from, uptr size) { function
409 return __asan_memmove(to, from, size);
422 return __asan_memmove(to, from, size);

Completed in 255 milliseconds