OSDN Git Service

Add support for scudo native allocator.
authorChristopher Ferris <cferris@google.com>
Wed, 18 Sep 2019 17:42:23 +0000 (10:42 -0700)
committerChristopher Ferris <cferris@google.com>
Wed, 25 Sep 2019 20:47:29 +0000 (13:47 -0700)
commit785a8e906436c13dcc687598e36b625cfc6529dc
tree1281f6cf8720852e5125f53d347302ff344abe06
parentef530d9fa4820e15f91b8ccc141d5f9a0272a577
Add support for scudo native allocator.

Bug: 137795072

Test: dumpsys meminfo <PID> and verified non-zero return for Native Heap
Test: using jemalloc and using scudo.
Change-Id: I418c89eaf2eb21d64f008435fa588d22523ffdbd
core/jni/android_os_Debug.cpp