OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clo_profile_heap
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/coregrind/
pub_core_options.h
161
extern Bool VG_(
clo_profile_heap
);
m_mallocfree.c
430
vg_assert( VG_(
clo_profile_heap
) );
437
vg_assert( VG_(
clo_profile_heap
) );
599
vg_assert( VG_(
clo_profile_heap
) );
672
VG_(
clo_profile_heap
) ? VG_MIN_MALLOC_SZB : 0;
[
all
...]
m_options.c
98
Bool VG_(
clo_profile_heap
) = False;
variable
m_main.c
[
all
...]
/external/valgrind/main/coregrind/m_gdbserver/
server.c
265
if (VG_(
clo_profile_heap
))
[
all
...]
Completed in 760 milliseconds