79337611

Date: 2025-01-07 23:29:47
Score: 2
Natty:
Report link

Answering for anyone else wondering this:

valgrind has a tool called lackey (https://www.cs.cmu.edu/afs/cs.cmu.edu/project/cmt-40/Nice/RuleRefinement/bin/valgrind-3.2.0/docs/html/lk-manual.html) which has an option --trace-mem=yes that will perform a memory trace:

valgrind --tool=lackey --trace-mem=yes --log-file=<log file> <app>
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: jkang