Home
last modified time | relevance | path

Searched refs:HT_to_array (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_hashtable.h75 extern VgHashNode** VG_(HT_to_array) ( VgHashTable t, /*OUT*/ UInt* n_elems );
/external/valgrind/main/coregrind/
Dm_hashtable.c197 VgHashNode** VG_(HT_to_array) ( VgHashTable table, /*OUT*/ UInt* n_elems ) in VG_() argument
/external/valgrind/main/coregrind/m_gdbserver/
Dm_gdbserver.c475 ag = (GS_Address**) VG_(HT_to_array) (gs_addresses, &n_elems); in clear_gdbserved_addresses()
492 ag = (GS_Watch**) VG_(HT_to_array) (gs_watches, &n_elems); in clear_watched_addresses()
/external/valgrind/main/memcheck/
Dmc_malloc_wrappers.c665 MC_Chunk **chunks = (MC_Chunk**) VG_(HT_to_array)( mp->chunks, &n_chunks ); in check_mempool_sane()
812 chunks = VG_(HT_to_array) ( mp->chunks, &n_shadows ); in MC_()
Dmc_leakcheck.c342 mallocs = (MC_Chunk**) VG_(HT_to_array)( MC_(malloc_list), &n_mallocs ); in find_active_chunks()