From 7771b4c2ac9a2f1d8dc3471548412e12d6e37c74 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 28 Aug 2024 22:30:37 +0000 Subject: deploy: a77e6329cfd64147dba99621663b999094239ccf --- trace_profile/valgrind.html | 249 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 trace_profile/valgrind.html (limited to 'trace_profile/valgrind.html') diff --git a/trace_profile/valgrind.html b/trace_profile/valgrind.html new file mode 100644 index 0000000..746ae86 --- /dev/null +++ b/trace_profile/valgrind.html @@ -0,0 +1,249 @@ + + + + + + valgrind - Notes + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

valgrind(1)

+

Memcheck --tool=memcheck

+

Is the default tool when invoking valgrind without explicitly specifying +--tool.

+

Memory checker used to identify:

+
    +
  • memory leaks
  • +
  • out of bound accesses
  • +
  • uninitialized reads
  • +
+
valgrind [OPTIONS] PROGRAM [ARGS]
+    --log-file=FILE             Write valgrind output to FILE.
+    --leak-check=full           Enable full leak check.
+    --track-origins=yes         Show origins of undefined values.
+    --keep-debuginfo=no|yes     Keep symbols etc for unloaded code.
+
+    --gen-suppressions=yes      Generate suppressions file from the run.
+    --suppressions=FILE         Load suppressions file.
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + +
+ + -- cgit v1.2.3