Home
last modified time | relevance | path

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

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c4175 static VgHashTable *hg_mallocmeta_table = NULL; variable
4217 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md ); in handle_alloc()
4281 VG_(HT_remove)( hg_mallocmeta_table, (UWord)p ); in handle_free()
4360 md_tmp = VG_(HT_remove)( hg_mallocmeta_table, payload ); in hg_cli__realloc()
4428 mm = VG_(HT_lookup)( hg_mallocmeta_table, in HG_()
4437 VG_(HT_ResetIter)(hg_mallocmeta_table); in HG_()
4438 while ( (mm = VG_(HT_Next)(hg_mallocmeta_table)) ) { in HG_()
5049 const MallocMeta* md = VG_(HT_Next)(hg_mallocmeta_table); in xtmemory_report_next_block()
5060 VG_(HT_ResetIter)(hg_mallocmeta_table); in HG_()
5874 VG_(HT_count_nodes)(hg_mallocmeta_table)); in hg_print_stats()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c4175 static VgHashTable *hg_mallocmeta_table = NULL; variable
4217 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md ); in handle_alloc()
4281 VG_(HT_remove)( hg_mallocmeta_table, (UWord)p ); in handle_free()
4360 md_tmp = VG_(HT_remove)( hg_mallocmeta_table, payload ); in hg_cli__realloc()
4428 mm = VG_(HT_lookup)( hg_mallocmeta_table, in HG_()
4437 VG_(HT_ResetIter)(hg_mallocmeta_table); in HG_()
4438 while ( (mm = VG_(HT_Next)(hg_mallocmeta_table)) ) { in HG_()
5049 const MallocMeta* md = VG_(HT_Next)(hg_mallocmeta_table); in xtmemory_report_next_block()
5060 VG_(HT_ResetIter)(hg_mallocmeta_table); in HG_()
5874 VG_(HT_count_nodes)(hg_mallocmeta_table)); in hg_print_stats()
[all …]