OSDN Git Service

Increase LinearAlloc limit
authorAndy McFadden <fadden@android.com>
Wed, 19 Jan 2011 19:00:53 +0000 (11:00 -0800)
committerAndy McFadden <fadden@android.com>
Wed, 19 Jan 2011 19:00:53 +0000 (11:00 -0800)
commit6009938d52c3ba5ae1fdf0074ab618d1166750bf
tree95f42b456f22b8722878133fe6bf820e1e624a5d
parentb2e15681cb52079d8e63a68a611036911b94d1fe
Increase LinearAlloc limit

When run on framework.jar, dexopt needs about 4MB of LinearAlloc
space.  We were capped at 5MB.  Bump up the limit to 8MB to give
us some additional head room.

Bug 3362346

Change-Id: I61e06e4cd7d24d45e426026a5adddd7badc3b839
vm/LinearAlloc.c