Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp171 void *DFsanCalloc(uptr nmemb, uptr size) { in DFsanCalloc() function
214 return SetErrnoOnNull(DFsanCalloc(nmemb, size)); in dfsan_calloc()