commit | c36fb46cdad950733ec8d6b2b77c41fd68e7dd96 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Tue Mar 08 17:09:25 2011 -0800 |
committer | Carl Shapiro <cshapiro@google.com> | Fri Mar 11 17:37:36 2011 -0800 |
tree | 16c7803f1db50c83a41b559ce78868f66f80cbe5 | |
parent | ec2a40a791625da91cb57a674e9f240af09455bd [diff] |
Do not allocate native objects on the managed heap. Descriptors for the managed heap were being allocated in the managed heap using mspace-malloc. With this change we use an ordinary malloc to allocate those objects instead.