Searched refs:tl_calloc (Results 1 – 3 of 3) sorted by relevance
48 void* (*tl_calloc) (ThreadId tid, SizeT nmemb, SizeT n); member
677 v = (void*)VALGRIND_NON_SIMD_CALL2( info.tl_calloc, nmemb, size ); \704 v = (void*)VALGRIND_NON_SIMD_CALL2( info.tl_calloc, nmemb, size ); \
1982 info->tl_calloc = VG_(tdict).tool_calloc; in do_client_request()