Searched refs:MsanCalloc (Results 1 – 1 of 1) sorted by relevance
256 static void *MsanCalloc(StackTrace *stack, uptr nmemb, uptr size) { in MsanCalloc() function278 return SetErrnoOnNull(MsanCalloc(stack, nmemb, size)); in msan_calloc()