/external/valgrind/include/ |
pub_tool_hashtable.h | 64 extern void VG_(HT_add_node) ( VgHashTable *t, void* node ); 114 table has been modified (HT_add_node, HT_remove) since 119 Since resizing only happens as a result of calling HT_add_node, 120 disallowing HT_add_node during iteration should give the required
|
/external/valgrind/drd/ |
drd_malloc_wrappers.c | 106 VG_(HT_add_node)(s_malloc_list, mc); 240 VG_(HT_add_node)(s_malloc_list, mc);
|
/external/valgrind/memcheck/ |
mc_malloc_wrappers.c | 367 VG_(HT_add_node)( table, mc ); 469 VG_(HT_add_node)( MC_(malloc_list), mc ); 560 VG_(HT_add_node)( MC_(malloc_list), new_mc ); 584 // We have to do that after VG_(HT_add_node) to ensure the ecu 620 VG_(HT_add_node)( MC_(malloc_list), old_mc ); 710 VG_(HT_add_node)( MC_(mempool_list), mp ); [all...] |
/external/valgrind/coregrind/ |
m_deduppoolalloc.c | 288 VG_(HT_add_node)(ddpa->ht_elements, ht_ins);
|
m_hashtable.c | 144 void VG_(HT_add_node) ( VgHashTable *table, void* vnode )
|
/external/valgrind/massif/ |
ms_main.c | [all...] |
/external/valgrind/coregrind/m_gdbserver/ |
m_gdbserver.c | 220 VG_(HT_add_node)(gs_addresses, p); [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readdwarf3.c | [all...] |
/external/valgrind/helgrind/ |
hg_main.c | [all...] |
libhb_core.c | [all...] |