Skip to content

Commit 7f485fc

Browse files
committed
readme
1 parent 31957b6 commit 7f485fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/miri/README.md

+2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)