OSDN Git Service

Use the mmap/munmap for allocation routines.
authorChristopher Ferris <cferris@google.com>
Fri, 18 Jul 2014 19:26:45 +0000 (12:26 -0700)
committerChristopher Ferris <cferris@google.com>
Fri, 18 Jul 2014 21:16:51 +0000 (14:16 -0700)
commit6425327c3278137d153b8a7505f97d2f5f058d49
tree89601d76e7adb7fa4e2629444d9318068825bcc1
parentd18b87f38de8644acdcd1a112bd06d3a70d2ea1d
Use the mmap/munmap for allocation routines.

To avoid any issues calling malloc related routines, use mmap/munmap.
Specifically, this avoids any problems when this is compiled into a
malloc debug shared library.

Change-Id: Iae2d197145da43dc103ad6024357d8cc2374378f
libc/bionic/debug_mapinfo.cpp