Home
last modified time | relevance | path

Searched refs:tool_calloc (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_tooliface.h165 void* (*tool_calloc) (ThreadId, SizeT, SizeT); member
Dm_tooliface.c350 VG_(tdict).tool_calloc = calloc; in VG_()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1981 info->tl_calloc = VG_(tdict).tool_calloc; in do_client_request()