Home
last modified time | relevance | path

Searched refs:hwasan_calloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h128 void *hwasan_calloc(uptr nmemb, uptr size, StackTrace *stack);
H A Dhwasan_allocation_functions.cpp128 return hwasan_calloc(nmemb, size, &stack); in __sanitizer_calloc()
H A Dhwasan_allocator.cpp455 void *hwasan_calloc(uptr nmemb, uptr size, StackTrace *stack) { in hwasan_calloc() function