Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dhg_main.c3993 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_()
[all …]