Home
last modified time | relevance | path

Searched refs:cli_malloc_usable_size (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/include/
Dpub_tool_replacemalloc.h47 extern SizeT VG_(cli_malloc_usable_size)( void* p );
/external/valgrind/coregrind/m_replacemalloc/
Dreplacemalloc_core.c115 SizeT VG_(cli_malloc_usable_size) ( void* p ) in VG_() argument
/external/valgrind/massif/
Dms_main.c1178 actual_szB = VG_(cli_malloc_usable_size)(p); in alloc_and_record_block()
1297 new_actual_szB = VG_(cli_malloc_usable_size)(p_new); in realloc_block()
/external/valgrind/exp-dhat/
Ddh_main.c469 actual_szB = VG_(cli_malloc_usable_size)(p); in new_block()