Skip to content

Commit dfd0024

Browse files
nia-eRalfJung
andauthored
update comment
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent b53ed38 commit dfd0024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/discrete_alloc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use crate::helpers::ToU64;
77

88
static ALLOCATOR: sync::Mutex<MachineAlloc> = sync::Mutex::new(MachineAlloc::empty());
99

10-
/// A distinct allocator for the `MiriMachine`, allowing us to manage its
11-
/// memory separately from that of Miri itself.
10+
/// A distinct allocator for interpreter memory contents, allowing us to manage its
11+
/// memory separately from that of Miri itself. This is very useful for native-lib mode.
1212
#[derive(Debug)]
1313
pub struct MachineAlloc {
1414
pages: Vec<*mut u8>,

0 commit comments

Comments
 (0)