Print sizes in allocation dumps.

This commit is contained in:
Scott Olson 2016-04-06 17:33:24 -06:00
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.