commit | 52e2626eb3bf620c53459a90d912733de2ce0369 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Wed Apr 27 19:14:33 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Wed Apr 27 19:17:45 2011 -0700 |
tree | 8dae907c264e23154835815ae534274871d1b348 | |
parent | 5cdd4a3f91d3fc25c8eeca8f58e35bb6c4e908ca [diff] |
Add a non-moving option to dvmMalloc and make use of it. At present, class objects, non-moving arrays, and interned strings have location dependencies in native code. Allocating non-moving is a no-op for the present heap, but this option will have an effect after the copying collector is integrated. Change-Id: I674f83a086ac65db303baab0599831f80f52a4a5