OSDN Git Service

More LOW_4G optimizations
authorMathieu Chartier <mathieuc@google.com>
Thu, 4 Jun 2015 23:22:41 +0000 (16:22 -0700)
committerMathieu Chartier <mathieuc@google.com>
Fri, 5 Jun 2015 21:14:36 +0000 (14:14 -0700)
commit3ae250c16bae3462e040b844dbc2e2fc732d67ba
treeac30e91bef5cccbd29fe2cd69a4cd66aa733137d
parent7fabaa6ba1927d21a317c03499b705cbde4f6a47
More LOW_4G optimizations

Eagerly try to map at an address when it doesn't overlap with
the ART known maps.

Reduces time spent creating the heap on N9 from ~100ms to ~10ms.

Bug: 20727525
Change-Id: Ie8982ca9d1f3158104b2b53b992c3a28841fc443
runtime/mem_map.cc