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