Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_tooliface.h161 void* (*tool_malloc) (ThreadId, SizeT); member
Dm_tooliface.c346 VG_(tdict).tool_malloc = malloc; in VG_()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1980 info->tl_malloc = VG_(tdict).tool_malloc; in do_client_request()