Searched refs:MsanCalloc (Results 1 – 3 of 3) sorted by relevance
171 void *MsanCalloc(StackTrace *stack, uptr nmemb, uptr size) { in MsanCalloc() function
231 void *MsanCalloc(StackTrace *stack, uptr nmemb, uptr size);
921 return MsanCalloc(&stack, nmemb, size); in INTERCEPTOR()