OSDN Git Service

Use the uncached form of BacktraceMap::Create.
authorChristopher Ferris <cferris@google.com>
Tue, 5 Aug 2014 00:15:21 +0000 (17:15 -0700)
committerChristopher Ferris <cferris@google.com>
Tue, 5 Aug 2014 00:15:21 +0000 (17:15 -0700)
commit27a10f618357cf85cc0677a04f0a5a3a8a437aed
treee6a56f741e3c33cba5897a077b71ab2b778c2947
parent04ce113458b6b01f96d58dbb4c41682ee22d8b5d
Use the uncached form of BacktraceMap::Create.

The code assumes that calling BacktraceMap::Create creates a map based
on the current state of the maps. This is not true by default, so
call the Create function indicating we want an uncached BacktraceMap object.

Change-Id: I2c35149ba43db29ef0a9411fa5d9267d7c4dcbb3
runtime/mem_map.cc