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

/external/valgrind/main/coregrind/
H A Dpub_core_replacemalloc.h52 SizeT (*tl_malloc_usable_size) (ThreadId tid, void* payload); member in struct:vg_mallocfunc_info
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c899 pszB = (SizeT)VALGRIND_NON_SIMD_CALL1( info.tl_malloc_usable_size, p ); \
1010 info.tl_malloc_usable_size, ptr);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1786 info->tl_malloc_usable_size = VG_(tdict).tool_malloc_usable_size;

Completed in 194 milliseconds