Searched refs:HT_to_array (Results 1 – 5 of 5) sorted by relevance
105 extern VgHashNode** VG_(HT_to_array) ( const VgHashTable *table,
331 VgHashNode** VG_(HT_to_array) (const VgHashTable *table, /*OUT*/ UInt* n_elems) in VG_() argument
762 MC_Chunk **chunks = (MC_Chunk**) VG_(HT_to_array)( mp->chunks, &n_chunks ); in check_mempool_sane()917 chunks = VG_(HT_to_array) ( mp->chunks, &n_shadows ); in MC_()
345 mallocs = (MC_Chunk**) VG_(HT_to_array)( MC_(malloc_list), &n_mallocs ); in find_active_chunks()
547 ag = (GS_Address**) VG_(HT_to_array) (gs_addresses, &n_elems); in clear_gdbserved_addresses()