Home | History | Annotate | Download | only in lsan

Lines Matching refs:cf

26   CommonFlags *cf = common_flags();
27 cf->external_symbolizer_path = GetEnv("LSAN_SYMBOLIZER_PATH");
28 cf->symbolize = (cf->external_symbolizer_path &&
29 cf->external_symbolizer_path[0]);
30 cf->strip_path_prefix = "";
31 cf->fast_unwind_on_malloc = true;
32 cf->malloc_context_size = 30;
33 cf->detect_leaks = true;
34 cf->leak_check_at_exit = true;