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 70 extern void* VG_(HT_remove) ( VgHashTable table, UWord key );
83 table has been modified (HT_add_node, HT_remove) since
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 139 VG_(HT_remove)(s_malloc_list, (UWord)p);
235 VG_(HT_remove)(s_malloc_list, (UWord)p_old);
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 356 mc = VG_(HT_remove) ( MC_(malloc_list), (UWord)p );
401 mc = VG_(HT_remove) ( MC_(malloc_list), (UWord)p_old );
627 mp = VG_(HT_remove) ( MC_(mempool_list), (UWord)pool );
774 mc = VG_(HT_remove)(mp->chunks, (UWord)addr);
843 if (VG_(HT_remove)(mp->chunks, (UWord)mc->data) == NULL) {
858 if (VG_(HT_remove)(mp->chunks, (UWord)mc->data) == NULL) {
915 mp = VG_(HT_remove) ( MC_(mempool_list), (UWord)poolA );
947 mc = VG_(HT_remove)(mp->chunks, (UWord)addrA);
  /external/valgrind/main/coregrind/
m_hashtable.c 172 void* VG_(HT_remove) ( VgHashTable table, UWord key )
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 216 VG_(HT_remove) (gs_addresses, g->addr);
337 VG_(HT_remove) (gs_watches, g->addr);
    [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 316 milliseconds