commit | db4d54081f09abcbe97ffdf615874f2809a9e777 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Aug 09 12:18:28 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Mon Aug 15 10:03:22 2011 -0700 |
tree | 86d4b6cdbfda6538ebf3fbb2f362209eb6867ce5 | |
parent | 350dad1bb785281d6740633f219a2832feda6ff3 [diff] [blame] |
First pass of ImageWriter Change-Id: I4f189587a2e3cc1c265200b8fa64321b299947eb
diff --git a/src/heap.h b/src/heap.h index c71080e..698535f 100644 --- a/src/heap.h +++ b/src/heap.h
@@ -24,11 +24,7 @@ typedef void (RootVistor)(Object* root, void* arg); - static bool Init() { - return Init(kStartupSize, kMaximumSize); - } - - static bool Init(size_t staring_size, size_t maximum_size); + static bool Init(size_t starting_size, size_t maximum_size); static void Destroy();