Lines Matching refs:hg_mallocmeta_table
3993 static VgHashTable *hg_mallocmeta_table = NULL; variable
4035 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md ); in handle_alloc()
4084 md = (MallocMeta*) VG_(HT_lookup)( hg_mallocmeta_table, (UWord)p ); in handle_free()
4093 VG_(HT_remove)( hg_mallocmeta_table, (UWord)p ); in handle_free()
4125 md = (MallocMeta*) VG_(HT_lookup)( hg_mallocmeta_table, (UWord)payload ); in hg_cli__realloc()
4172 md_tmp = VG_(HT_remove)( hg_mallocmeta_table, payload ); in hg_cli__realloc()
4186 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md_new ); in hg_cli__realloc()
4194 MallocMeta *md = VG_(HT_lookup)( hg_mallocmeta_table, (UWord)p ); in hg_cli_malloc_usable_size()
4234 mm = VG_(HT_lookup)( hg_mallocmeta_table, in HG_()
4243 VG_(HT_ResetIter)(hg_mallocmeta_table); in HG_()
4244 while ( (mm = VG_(HT_Next)(hg_mallocmeta_table)) ) { in HG_()
5427 VG_(HT_count_nodes)(hg_mallocmeta_table)); in hg_print_stats()
5632 hg_mallocmeta_table in hg_pre_clo_init()