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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp255 static void *HwasanCalloc(StackTrace *stack, uptr nmemb, uptr size) { function in namespace:__hwasan
293 return SetErrnoOnNull(HwasanCalloc(stack, nmemb, size));

Completed in 105 milliseconds