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

/external/valgrind/main/helgrind/
H A Dhg_main.c3982 static VgHashTable hg_mallocmeta_table = NULL; variable
4024 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md );
4073 md = (MallocMeta*) VG_(HT_lookup)( hg_mallocmeta_table, (UWord)p );
4082 VG_(HT_remove)( hg_mallocmeta_table, (UWord)p );
4114 md = (MallocMeta*) VG_(HT_lookup)( hg_mallocmeta_table, (UWord)payload );
4161 md_tmp = VG_(HT_remove)( hg_mallocmeta_table, payload );
4175 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md_new );
4183 MallocMeta *md = VG_(HT_lookup)( hg_mallocmeta_table, (UWord)p );
4222 mm = VG_(HT_lookup)( hg_mallocmeta_table,
4231 VG_(HT_ResetIter)(hg_mallocmeta_table);
[all...]

Completed in 127 milliseconds