OSDN Git Service

Simplify heap bitmap allocation.
authorCarl Shapiro <cshapiro@google.com>
Mon, 12 Jul 2010 23:09:54 +0000 (16:09 -0700)
committerCarl Shapiro <cshapiro@google.com>
Mon, 12 Jul 2010 23:24:54 +0000 (16:24 -0700)
commit3db1ad3ee83c412acc57caec0f6fbb7f093f017b
tree19bb39edba2792a1f05bc3997f602d1a107e973b
parentd5c4001ad506413e1a15301ad77a1bd519fa4717
Simplify heap bitmap allocation.

Rather than use ashmem and mmap directly, we now call out to a common
abstraction which does both.  A name is now required.  This should go
unnoticed as all callers provided a name anyway.

Change-Id: I3d1d613ddd62f218fb17a583dc85de97c33c96bc
vm/alloc/HeapBitmap.c