Searched refs:VgHashNode (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/coregrind/ |
D | m_hashtable.c | 46 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/ |
D | pub_tool_hashtable.h | 48 VgHashNode; typedef 75 extern VgHashNode** VG_(HT_to_array) ( VgHashTable t, /*OUT*/ UInt* n_elems );
|
/external/valgrind/main/memcheck/ |
D | mc_leakcheck.c | 348 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_()
|
D | mc_malloc_wrappers.c | 692 VG_(ssort)((void*)chunks, n_chunks, sizeof(VgHashNode*), mp_compar); in check_mempool_sane() 797 VgHashNode** chunks; in MC_()
|
/external/valgrind/main/helgrind/ |
D | hg_main.c | 3866 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()
|