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

/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc238 INTERFACE_FUNCTION(__asan_memcpy); variable
H A Dasan_interceptors.cc364 void *__asan_memcpy(void *to, const void *from, uptr size) { function
414 return __asan_memcpy(to, from, size);

Completed in 133 milliseconds