Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_malloc_wrappers.c260 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) { in live_block()
720 while ( (mc = VG_(HT_Next)(MC_(malloc_list))) ) { in free_mallocs_in_mempool_block()
799 while ( (mc = VG_(HT_Next)(mp->chunks)) ) { in MC_()
837 while ( (mp2 = VG_(HT_Next)(MC_(mempool_list))) ) { in check_mempool_sane()
840 while (VG_(HT_Next)(mp2->chunks)) { in check_mempool_sane()
1146 MC_Chunk* mc = VG_(HT_Next)(MC_(malloc_list)); in xtmemory_report_next_block()
1181 while ( (mc = VG_(HT_Next)(MC_(malloc_list))) ) { in MC_()
Dmc_leakcheck.c368 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) { in find_active_chunks()
370 while ( (mc = VG_(HT_Next)(mp->chunks)) ) { in find_active_chunks()
403 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) { in find_active_chunks()
405 while ( (mc = VG_(HT_Next)(mp->chunks)) ) { in find_active_chunks()
1979 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) { in find_mp_of_chunk()
1982 while ( (mc = VG_(HT_Next)(mp->chunks)) ) { in find_mp_of_chunk()
Dmc_errors.c946 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) { in MC_()
949 while ( (mc = VG_(HT_Next)(mp->chunks)) ) { in MC_()
1082 while ( (mc = VG_(HT_Next)(MC_(malloc_list))) ) { in describe_addr()
1270 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) { in mempool_block_maybe_describe()
1274 while ( (mc = VG_(HT_Next)(mp->chunks)) ) { in mempool_block_maybe_describe()
/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/include/
Dpub_tool_hashtable.h122 extern void* VG_(HT_Next) ( VgHashTable *table );
/external/valgrind/coregrind/
Dm_deduppoolalloc.c161 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/massif/
Dms_main.c1838 const HP_Chunk* hc = VG_(HT_Next)(malloc_list); in xtmemory_report_next_block()
/external/valgrind/helgrind/
Dhg_main.c4376 while ( (mm = VG_(HT_Next)(hg_mallocmeta_table)) ) { in HG_()
4899 const MallocMeta* md = VG_(HT_Next)(hg_mallocmeta_table); in xtmemory_report_next_block()
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()