OSDN Git Service

Merge "Allocate a contiguous region of virtual memory to be subdivided among the...
authorCarl Shapiro <cshapiro@google.com>
Thu, 11 Feb 2010 22:20:39 +0000 (14:20 -0800)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 11 Feb 2010 22:20:39 +0000 (14:20 -0800)
commit129b7f935662068680ccbb9cf5c9a2f9cc8d6beb
treed3655b108a0112faf341de8821dbc9ec00c4d3d7
parent6acc8e97eb99716456fc1296e6c15f25ba83a9c9
parenta199eb70871a8c142a723d76b1b08939286a3199
Merge "Allocate a contiguous region of virtual memory to be subdivided among the various heaps managed by the garbage collector.  Because we cannot tell how far the break has been advanced by morecore, we over allocate virtual memory and grain each heap on a multiple of the maximum heap size.  If we could reckon the position of the break, we could allocate just as many pages as required.  This requires exporting more state from mspace.c, a refinement I will reserve for a future change list." into dalvik-dev