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

/external/valgrind/main/coregrind/
H A Dm_hashtable.c46 VgHashNode* iterNode; // current iterator node
48 VgHashNode** chains; // expanding array of hash chains
71 SizeT sz = n_chains * sizeof(VgHashNode*);
94 VgHashNode** chains;
95 VgHashNode * node;
122 sz = new_chains * sizeof(VgHashNode*);
128 VgHashNode* next = node->next;
140 /* Puts a new, heap allocated VgHashNode, into the VgHashTable. Prepends
144 VgHashNode* node = (VgHashNode*)vnod
[all...]
/external/valgrind/main/include/
H A Dpub_tool_hashtable.h37 C-as-C++ style inheritance, tools can extend the VgHashNode type, so long
50 VgHashNode; typedef in typeref:struct:_VgHashNode
66 /* Looks up a VgHashNode in the table. Returns NULL if not found. If entries
71 /* Removes a VgHashNode from the table. Returns NULL if not found. */
77 extern VgHashNode** VG_(HT_to_array) ( VgHashTable t, /*OUT*/ UInt* n_elems );
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c351 VG_(ssort)(mallocs, n_mallocs, sizeof(VgHashNode*), compare_MC_Chunks);
392 chunks = VG_(malloc)("mc.fas.2", sizeof(VgHashNode*) * (n_chunks));
1683 VG_(ssort)(lc_chunks, lc_n_chunks, sizeof(VgHashNode*), compare_MC_Chunks);
H A Dmc_malloc_wrappers.c811 VG_(ssort)((void*)chunks, n_chunks, sizeof(VgHashNode*), mp_compar);
924 VgHashNode** chunks;
/external/valgrind/main/helgrind/
H A Dhg_main.c4024 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md );
4175 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md_new );

Completed in 1014 milliseconds