Searched refs:__asan_memcpy (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_interface_internal.h164 void* __asan_memcpy(void *dst, const void *src, uptr size);
H A Dasan_win_dll_thunk.cc250 INTERFACE_FUNCTION(__asan_memcpy); variable
H A Dasan_interceptors.cc353 void *__asan_memcpy(void *to, const void *from, uptr size) { function
403 return __asan_memcpy(to, from, size);

Completed in 38 milliseconds