Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_replacemalloc.h53 SizeT (*tl_malloc_usable_size) (ThreadId tid, void* payload); member
/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c1047 pszB = (SizeT)VALGRIND_NON_SIMD_CALL1( info.tl_malloc_usable_size, p ); \
1161 info.tl_malloc_usable_size, ptr); in my_malloc_size()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1990 info->tl_malloc_usable_size = VG_(tdict).tool_malloc_usable_size; in do_client_request()