File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,8 @@ to Miri failing to detect cases of undefined behavior in a program.
412412 The default is to search for and remove unreachable provenance once every `10000` basic blocks. Setting
413413 this to `0` disables the garbage collector, which causes some programs to have explosive memory
414414 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.
415417* `-Zmiri-track-alloc-id=<id1>,<id2>,...` shows a backtrace when the given allocations are
416418 being allocated or freed. This helps in debugging memory leaks and
417419 use after free bugs. Specifying this argument multiple times does not overwrite the previous
You can’t perform that action at this time.
0 commit comments