Searched refs:HT_add_node (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/memcheck/ |
D | mc_malloc_wrappers.c | 394 VG_(HT_add_node)( table, mc ); in MC_() local 491 VG_(HT_add_node)( MC_(malloc_list), mc ); in record_freemismatch_error() local 582 VG_(HT_add_node)( MC_(malloc_list), new_mc ); in MC_() local 642 VG_(HT_add_node)( MC_(malloc_list), old_mc ); in MC_() local 732 VG_(HT_add_node)( MC_(mempool_list), mp ); in MC_() local 1022 VG_(HT_add_node)( mp->chunks, mc ); in MC_() 1051 VG_(HT_add_node)( MC_(mempool_list), mp ); in MC_() local 1082 VG_(HT_add_node)( mp->chunks, mc ); in MC_()
|
/external/valgrind/main/include/ |
D | pub_tool_hashtable.h | 64 extern void VG_(HT_add_node) ( VgHashTable t, void* node );
|
/external/valgrind/main/drd/ |
D | drd_malloc_wrappers.c | 106 VG_(HT_add_node)(s_malloc_list, mc); in DRD_() local 240 VG_(HT_add_node)(s_malloc_list, mc); in drd_realloc() local
|
/external/valgrind/main/coregrind/ |
D | m_hashtable.c | 142 void VG_(HT_add_node) ( VgHashTable table, void* vnode ) in VG_() argument
|
/external/valgrind/main/massif/ |
D | ms_main.c | 1520 VG_(HT_add_node)(malloc_list, hc); in record_block() local 1720 VG_(HT_add_node)(malloc_list, hc); in realloc_block() local
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 219 VG_(HT_add_node)(gs_addresses, p); in add_gs_address() local
|
/external/valgrind/main/helgrind/ |
D | hg_main.c | 4024 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md ); in handle_alloc() 4175 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md_new ); in hg_cli__realloc()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readdwarf3.c | 1049 VG_(HT_add_node) ( tab, dstype ); in record_signatured_type() local
|