Searched refs:clo_profile_heap (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_options.h155 extern Bool VG_(clo_profile_heap);
H A Dm_mallocfree.c425 vg_assert( VG_(clo_profile_heap) );
432 vg_assert( VG_(clo_profile_heap) );
566 vg_assert( VG_(clo_profile_heap) );
640 VG_(clo_profile_heap) ? VG_MIN_MALLOC_SZB : 0;
1607 if (VG_(clo_profile_heap))
1631 if (VG_(clo_profile_heap))
1635 if (VG_(clo_profile_heap))
1642 if (VG_(clo_profile_heap))
1656 if (VG_(clo_profile_heap))
1804 if (VG_(clo_profile_heap))
[all...]
H A Dm_options.c90 Bool VG_(clo_profile_heap) = False; variable
H A Dm_main.c1480 if VG_BOOL_CLO(argv[i], "--profile-heap", VG_(clo_profile_heap)) {}
2344 if (VG_(clo_profile_heap)) {
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c261 if (VG_(clo_profile_heap))

Completed in 87 milliseconds