Searched refs:memprof_calloc (Results 1 – 3 of 3) sorted by relevance
91 void *memprof_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack);
66 return memprof_calloc(nmemb, size, &stack); in INTERCEPTOR()
665 void *memprof_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in memprof_calloc() function