Searched refs:VgHashNode (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/coregrind/ |
D | m_hashtable.c | 48 VgHashNode* iterNode; // current iterator node 50 VgHashNode** chains; // expanding array of hash chains 73 SizeT sz = n_chains * sizeof(VgHashNode*); in VG_() 96 VgHashNode** chains; in resize() 97 VgHashNode * node; in resize() 124 sz = new_chains * sizeof(VgHashNode*); in resize() 130 VgHashNode* next = node->next; in resize() 146 VgHashNode* node = (VgHashNode*)vnode; in VG_() 162 VgHashNode* curr = table->chains[ CHAIN_NO(key, table) ]; in VG_() 178 const VgHashNode* hnode = node; // GEN!!! in VG_() [all …]
|
/external/valgrind/include/ |
D | pub_tool_hashtable.h | 50 VgHashNode; typedef 105 extern VgHashNode** VG_(HT_to_array) ( const VgHashTable *table,
|
/external/valgrind/memcheck/ |
D | mc_leakcheck.c | 351 VG_(ssort)(mallocs, n_mallocs, sizeof(VgHashNode*), compare_MC_Chunks); in find_active_chunks() 392 chunks = VG_(malloc)("mc.fas.2", sizeof(VgHashNode*) * (n_chunks)); in find_active_chunks() 1809 VG_(ssort)(lc_chunks, lc_n_chunks, sizeof(VgHashNode*), compare_MC_Chunks); in MC_()
|
D | mc_malloc_wrappers.c | 789 VG_(ssort)((void*)chunks, n_chunks, sizeof(VgHashNode*), mp_compar); in check_mempool_sane() 902 VgHashNode** chunks; in MC_()
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4159 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md ); in handle_alloc() 4310 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md_new ); in hg_cli__realloc()
|