Print sizes in allocation dumps.
This commit is contained in:
parent
f472018fbb
commit
f4dce09c97
@ -178,7 +178,7 @@ impl Memory {
|
||||
print!("__ ");
|
||||
}
|
||||
}
|
||||
println!("");
|
||||
println!("({} bytes)", alloc.bytes.len());
|
||||
|
||||
if !relocations.is_empty() {
|
||||
print!("{:1$}", "", prefix.len()); // Print spaces.
|
||||
|
Loading…
x
Reference in New Issue
Block a user