Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp163 void *DFsanCalloc(uptr nmemb, uptr size) { in DFsanCalloc() function
188 return SetErrnoOnNull(DFsanCalloc(nmemb, size)); in dfsan_calloc()