Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dpub_core_replacemalloc.h52 SizeT (*tl_malloc_usable_size) (ThreadId tid, void* payload); member
/external/valgrind/main/coregrind/m_replacemalloc/
Dvg_replace_malloc.c859 pszB = (SizeT)VALGRIND_NON_SIMD_CALL1( info.tl_malloc_usable_size, p ); \
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c1598 info->tl_malloc_usable_size = VG_(tdict).tool_malloc_usable_size; in do_client_request()