HomeSort by relevance Sort by last modified time
    Searched refs:clo_profile_heap (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/
pub_core_options.h 131 extern Bool VG_(clo_profile_heap);
m_mallocfree.c 235 return VG_(clo_profile_heap) ? VG_MIN_MALLOC_SZB : 0;
385 vg_assert( VG_(clo_profile_heap) );
392 vg_assert( VG_(clo_profile_heap) );
508 vg_assert( VG_(clo_profile_heap) );
    [all...]
m_options.c 82 Bool VG_(clo_profile_heap) = False; variable
m_main.c     [all...]

Completed in 219 milliseconds