Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp256 static void *MsanCalloc(StackTrace *stack, uptr nmemb, uptr size) { in MsanCalloc() function
278 return SetErrnoOnNull(MsanCalloc(stack, nmemb, size)); in msan_calloc()