HomeSort by relevance Sort by last modified time
    Searched refs:asan_calloc (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 59 return asan_calloc(nmemb, size, &stack);
asan_allocator.h 110 void *asan_calloc(uptr nmemb, uptr size, StackTrace *stack);
asan_malloc_linux.cc 91 return asan_calloc(nmemb, size, &stack);
asan_malloc_mac.cc 127 return asan_calloc(nmemb, size, &stack);
183 return asan_calloc(nmemb, size, &stack);
asan_allocator2.cc 638 void *asan_calloc(uptr nmemb, uptr size, StackTrace *stack) { function in namespace:__asan

Completed in 39 milliseconds