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

/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc239 INTERFACE_FUNCTION(__asan_memset); variable
H A Dasan_interceptors.cc384 void *__asan_memset(void *block, int c, uptr size) { function
427 return __asan_memset(block, c, size);

Completed in 2583 milliseconds