Searched refs:HT_Next (Results 1 – 10 of 10) sorted by relevance
122 extern void* VG_(HT_Next) ( VgHashTable *table );
327 while ((mc = VG_(HT_Next)(s_malloc_list))) in DRD_()357 while ((mc = VG_(HT_Next)(s_malloc_list))) in DRD_()
256 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_()
363 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()
1048 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()
158 while ((n = VG_(HT_Next) (ddpa->ht_elements))) { in ddpa_add_new_pool_or_grow()
362 void* VG_(HT_Next)(VgHashTable *table) in VG_() argument
510 while ((g = VG_(HT_Next) (gs_addresses))) { in VG_()
4861 oldref = VG_(HT_Next)( oldrefHT ); in event_map__check_reference_counts()4867 oldref = VG_(HT_Next)( oldrefHT ); in event_map__check_reference_counts()
4368 while ( (mm = VG_(HT_Next)(hg_mallocmeta_table)) ) { in HG_()