Home
last modified time | relevance | path

Searched refs:__sanitizer_calloc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/test/hwasan/TestCases/
Dsanitizer_malloc.cpp21 sink = (void *)&__sanitizer_calloc; in main()
/external/llvm-project/compiler-rt/include/sanitizer/
Dhwasan_interface.h91 void * __sanitizer_calloc(size_t nmemb, size_t size);
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_interface_internal.h208 void * __sanitizer_calloc(uptr nmemb, uptr size);
Dhwasan_interceptors.cpp137 void * __sanitizer_calloc(uptr nmemb, uptr size) { in __sanitizer_calloc() function