Print sizes in allocation dumps.
This commit is contained in:
parent
f472018fbb
commit
f4dce09c97
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ impl Memory {
|
|||
print!("__ ");
|
||||
}
|
||||
}
|
||||
println!("");
|
||||
println!("({} bytes)", alloc.bytes.len());
|
||||
|
||||
if !relocations.is_empty() {
|
||||
print!("{:1$}", "", prefix.len()); // Print spaces.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue