Home
last modified time | relevance | path

Searched refs:HT_Next (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/include/
Dpub_tool_hashtable.h122 extern void* VG_(HT_Next) ( VgHashTable *table );
/external/valgrind/drd/
Ddrd_malloc_wrappers.c327 while ((mc = VG_(HT_Next)(s_malloc_list))) in DRD_()
357 while ((mc = VG_(HT_Next)(s_malloc_list))) in DRD_()
/external/valgrind/memcheck/
Dmc_malloc_wrappers.c256 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) { in live_block()
735 while ( (mc = VG_(HT_Next)(mp->chunks)) ) { in MC_()
773 while ( (mp2 = VG_(HT_Next)(MC_(mempool_list))) ) { in check_mempool_sane()
776 while (VG_(HT_Next)(mp2->chunks)) { in check_mempool_sane()
1094 while ( (mc = VG_(HT_Next)(MC_(malloc_list))) ) { in MC_()
Dmc_leakcheck.c363 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) { in find_active_chunks()
365 while ( (mc = VG_(HT_Next)(mp->chunks)) ) { in find_active_chunks()
398 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) { in find_active_chunks()
400 while ( (mc = VG_(HT_Next)(mp->chunks)) ) { in find_active_chunks()
Dmc_errors.c1048 while ( (mc = VG_(HT_Next)(MC_(malloc_list))) ) { in describe_addr()
1225 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) { in mempool_block_maybe_describe()
1229 while ( (mc = VG_(HT_Next)(mp->chunks)) ) { in mempool_block_maybe_describe()
/external/valgrind/coregrind/
Dm_deduppoolalloc.c158 while ((n = VG_(HT_Next) (ddpa->ht_elements))) { in ddpa_add_new_pool_or_grow()
Dm_hashtable.c362 void* VG_(HT_Next)(VgHashTable *table) in VG_() argument
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c510 while ((g = VG_(HT_Next) (gs_addresses))) { in VG_()
/external/valgrind/helgrind/
Dlibhb_core.c4861 oldref = VG_(HT_Next)( oldrefHT ); in event_map__check_reference_counts()
4867 oldref = VG_(HT_Next)( oldrefHT ); in event_map__check_reference_counts()
Dhg_main.c4368 while ( (mm = VG_(HT_Next)(hg_mallocmeta_table)) ) { in HG_()