Home | History | Annotate | Download | only in memcheck

Lines Matching defs:calloc

442 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 )
444 if (MC_(record_fishy_value_error)(tid, "calloc", "nmemb", nmemb) ||
445 MC_(record_fishy_value_error)(tid, "calloc", "size", size1)) {