We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31957b6 commit 7f485fcCopy full SHA for 7f485fc
src/tools/miri/README.md
@@ -412,6 +412,8 @@ to Miri failing to detect cases of undefined behavior in a program.
412
The default is to search for and remove unreachable provenance once every `10000` basic blocks. Setting
413
this to `0` disables the garbage collector, which causes some programs to have explosive memory
414
usage and/or super-linear runtime.
415
+* `-Zmiri-track-alloc-accesses` show not only allocation and free events for tracked allocations,
416
+ but also reads and writes.
417
* `-Zmiri-track-alloc-id=<id1>,<id2>,...` shows a backtrace when the given allocations are
418
being allocated or freed. This helps in debugging memory leaks and
419
use after free bugs. Specifying this argument multiple times does not overwrite the previous
0 commit comments