Searched refs:scudoCalloc (Results 1 – 3 of 3) sorted by relevance
53 void *scudoCalloc(uptr NMemB, uptr Size);
40 return scudoCalloc(nmemb, size); in INTERCEPTOR()
560 void *scudoCalloc(uptr NMemB, uptr Size) { in scudoCalloc() function