Searched refs:HT_add_node (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/memcheck/ |
D | mc_malloc_wrappers.c | 367 VG_(HT_add_node)( table, mc ); in MC_() local 469 VG_(HT_add_node)( MC_(malloc_list), mc ); in record_freemismatch_error() local 560 VG_(HT_add_node)( MC_(malloc_list), new_mc ); in MC_() local 620 VG_(HT_add_node)( MC_(malloc_list), old_mc ); in MC_() local 710 VG_(HT_add_node)( MC_(mempool_list), mp ); in MC_() local 1000 VG_(HT_add_node)( mp->chunks, mc ); in MC_() 1029 VG_(HT_add_node)( MC_(mempool_list), mp ); in MC_() local 1060 VG_(HT_add_node)( mp->chunks, mc ); in MC_()
|
/external/valgrind/include/ |
D | pub_tool_hashtable.h | 64 extern void VG_(HT_add_node) ( VgHashTable *t, void* node );
|
/external/valgrind/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/coregrind/ |
D | m_deduppoolalloc.c | 288 VG_(HT_add_node)(ddpa->ht_elements, ht_ins); in VG_()
|
D | m_hashtable.c | 144 void VG_(HT_add_node) ( VgHashTable *table, void* vnode ) in VG_() argument
|
/external/valgrind/massif/ |
D | ms_main.c | 1509 VG_(HT_add_node)(malloc_list, hc); in record_block() local 1709 VG_(HT_add_node)(malloc_list, hc); in realloc_block() local
|
/external/valgrind/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 220 VG_(HT_add_node)(gs_addresses, p); in add_gs_address() local
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4159 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md ); in handle_alloc() 4310 VG_(HT_add_node)( hg_mallocmeta_table, (VgHashNode*)md_new ); in hg_cli__realloc()
|
D | libhb_core.c | 4643 VG_(HT_add_node) ( oldrefHT, ref ); in event_map_bind() local
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 966 VG_(HT_add_node) ( cc->ht_abbvs, ht_ta ); in init_ht_abbvs() 1094 VG_(HT_add_node) ( tab, dstype ); in record_signatured_type() local
|