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

/external/valgrind/include/
H A Dpub_tool_replacemalloc.h67 extern Bool VG_(clo_trace_malloc);
/external/valgrind/coregrind/m_replacemalloc/
H A Dreplacemalloc_core.c49 Bool VG_(clo_trace_malloc) = False; variable
69 else if VG_BOOL_CLO(arg, "--trace-malloc", VG_(clo_trace_malloc)) {}
H A Dvg_replace_malloc.c194 if (info.clo_trace_malloc) { \
/external/valgrind/coregrind/
H A Dpub_core_replacemalloc.h55 Bool clo_trace_malloc; member in struct:vg_mallocfunc_info
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c1992 info->clo_trace_malloc = VG_(clo_trace_malloc);

Completed in 105 milliseconds