Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_tooliface.h170 SizeT (*tool_malloc_usable_size) (ThreadId, void*); member
Dm_tooliface.c355 VG_(tdict).tool_malloc_usable_size = malloc_usable_size; in VG_()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1964 info->tl_malloc_usable_size = VG_(tdict).tool_malloc_usable_size; in do_client_request()