HomeSort by relevance Sort by last modified time
    Searched refs:HT_remove (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/include/
pub_tool_hashtable.h 72 extern void* VG_(HT_remove) ( VgHashTable table, UWord key );
85 table has been modified (HT_add_node, HT_remove) since
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 490 followed by a VG_(HT_remove) in all "non-erroneous cases". */
493 if ((mc != VG_(HT_remove) ( MC_(malloc_list), (UWord)mc->data )))
503 mc = VG_(HT_remove) ( MC_(malloc_list), (UWord)p );
549 old_mc = VG_(HT_remove) ( MC_(malloc_list), (UWord)p_old );
746 mp = VG_(HT_remove) ( MC_(mempool_list), (UWord)pool );
901 mc = VG_(HT_remove)(mp->chunks, (UWord)addr);
970 if (VG_(HT_remove)(mp->chunks, (UWord)mc->data) == NULL) {
985 if (VG_(HT_remove)(mp->chunks, (UWord)mc->data) == NULL) {
    [all...]
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 138 VG_(HT_remove)(s_malloc_list, (UWord)p);
234 VG_(HT_remove)(s_malloc_list, (UWord)p_old);
  /external/valgrind/main/coregrind/
m_hashtable.c 172 void* VG_(HT_remove) ( VgHashTable table, UWord key )
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 231 VG_(HT_remove) (gs_addresses, g->addr);
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 208 milliseconds