commit | 162a31c25e1e52df8d6d1fef4653da35d715e83b | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Tue Jan 31 16:14:31 2012 -0800 |
committer | Ian Rogers <irogers@google.com> | Tue Jan 31 16:14:31 2012 -0800 |
tree | ffd3194e2f9c120b7cdd1a559413a5bdc6ed807c | |
parent | 4d9716c19cc25911e639272048abd0d6702bb082 [diff] [blame] |
Improve diagnostic message Change-Id: I14c75be238648b060d398778e8c1c1005d574a97
diff --git a/src/heap.cc b/src/heap.cc index 392db8a..2451857 100644 --- a/src/heap.cc +++ b/src/heap.cc
@@ -381,7 +381,7 @@ // free space is equal to the old free space + the // utilization slop for the new allocation. VLOG(gc) << "Grow heap (frag case) to " << PrettySize(new_footprint) - << "for a " << PrettySize(alloc_size) << " allocation"; + << " for a " << PrettySize(alloc_size) << " allocation"; return ptr; }