commit | 5396fcbb5b6e66b2db9518bccd555f5e829552da | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Mon Mar 14 12:09:34 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Mon Mar 14 12:09:34 2011 -0700 |
tree | 707d183ddcef03af325d9b5dcc4fbde3a9df7a1b | |
parent | f3e06f447e9db29b48f6d319de0df495b459ea98 [diff] |
Remove outdated asserts. Previously, the GcHeap structure was allocated, somewhat confusingly, on the garbage collected heap. Two asserts checked that the address of the GcHeap structure, before being deallocated, was inside garbage collected heap. The GcHeap structure is now allocated on the malloc heap and these assertions are no longer valid. Change-Id: Ia031d116e94cf1e731315bb90077df8a82e41c55