Home | History | Annotate | Download | only in memcheck

Lines Matching full:leak

670    leak checker.
4640 /* For the memory leak detector, say whether an entire 64k chunk of
4656 /* For the memory leak detector, say whether or not a given word
4896 else if VG_XACT_CLO(arg, "--leak-check=no",
4898 else if VG_XACT_CLO(arg, "--leak-check=summary",
4900 else if VG_XACT_CLO(arg, "--leak-check=yes",
4902 else if VG_XACT_CLO(arg, "--leak-check=full",
4905 else if VG_XACT_CLO(arg, "--leak-resolution=low",
4907 else if VG_XACT_CLO(arg, "--leak-resolution=med",
4909 else if VG_XACT_CLO(arg, "--leak-resolution=high",
4957 " --leak-check=no|summary|full search for memory leaks at exit? [summary]\n"
4958 " --leak-resolution=low|med|high differentiation of leak stack traces [high]\n"
4959 " --show-reachable=no|yes show reachable blocks in leak check? [no]\n"
4960 " --show-possibly-lost=no|yes show possibly lost blocks in leak check?\n"
5092 " after a leak search, shows the list of blocks of <loss_record_nr>\n"
5430 "Warning: unknown memcheck leak search mode\n");
5446 "Warning: unknown memcheck leak search deltamode\n");
5521 // MC_(bytes_leaked) et al were set by the last leak check (or zero
5522 // if no prior leak checks performed).
5536 // MC_(blocks_leaked) et al were set by the last leak check (or zero
5537 // if no prior leak checks performed).
6074 /* Extract as much info as possible from the leak checker. */
6160 "For a detailed leak analysis, rerun with: --leak-check=full\n"