Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_replacemalloc/
Dreplacemalloc_core.c49 Bool VG_(clo_trace_malloc) = False;
79 else if VG_BOOL_CLO(arg, "--trace-malloc", VG_(clo_trace_malloc)) {} in VG_()
Dvg_replace_malloc.c194 if (info.clo_trace_malloc) { \
/external/valgrind/include/
Dpub_tool_replacemalloc.h67 extern Bool VG_(clo_trace_malloc);
/external/valgrind/coregrind/
Dpub_core_replacemalloc.h55 Bool clo_trace_malloc; member
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1993 info->clo_trace_malloc = VG_(clo_trace_malloc); in do_client_request()