Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dm_hashtable.c46 VgHashNode* iterNode; // current iterator node
48 VgHashNode** chains; // expanding array of hash chains
71 SizeT sz = n_chains * sizeof(VgHashNode*); in VG_()
94 VgHashNode** chains; in resize()
95 VgHashNode * node; in resize()
122 sz = new_chains * sizeof(VgHashNode*); in resize()
128 VgHashNode* next = node->next; in resize()
144 VgHashNode* node = (VgHashNode*)vnode; in VG_()
160 VgHashNode* curr = table->chains[ CHAIN_NO(key, table) ]; in VG_()
175 VgHashNode* curr = table->chains[chain]; in VG_()
[all …]
/external/valgrind/main/include/
Dpub_tool_hashtable.h48 VgHashNode; typedef
75 extern VgHashNode** VG_(HT_to_array) ( VgHashTable t, /*OUT*/ UInt* n_elems );
/external/valgrind/main/memcheck/
Dmc_leakcheck.c348 VG_(ssort)(mallocs, n_mallocs, sizeof(VgHashNode*), compare_MC_Chunks); in find_active_chunks()
389 chunks = VG_(malloc)("mc.fas.2", sizeof(VgHashNode*) * (n_chunks)); in find_active_chunks()
1110 VG_(ssort)(lc_chunks, lc_n_chunks, sizeof(VgHashNode*), compare_MC_Chunks); in MC_()
Dmc_malloc_wrappers.c692 VG_(ssort)((void*)chunks, n_chunks, sizeof(VgHashNode*), mp_compar); in check_mempool_sane()
797 VgHashNode** chunks; in MC_()
/external/valgrind/main/helgrind/
Dhg_main.c3866 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md ); in handle_alloc()
4017 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md_new ); in hg_cli__realloc()