OSDN Git Service

malloc_debug: reread /proc/pid/maps when entry is missing
authorColin Cross <ccross@android.com>
Mon, 8 Feb 2016 22:29:03 +0000 (14:29 -0800)
committerColin Cross <ccross@android.com>
Fri, 19 Feb 2016 00:09:17 +0000 (16:09 -0800)
commitd75d4bea54a788dada3f2538a33cc491e4c56ed4
tree2afb4a19e32539b11eda85948225ef456b4cf638
parent2c75991359df165ca7cc7a6213fb227c0b5ed87c
malloc_debug: reread /proc/pid/maps when entry is missing

Reread /proc/pid/maps on demand in case a new library has been loaded.

Change-Id: Iac8109b3e6a07bf02c38300b21eecabf4bcd54df
libc/malloc_debug/MapData.cpp
libc/malloc_debug/MapData.h
libc/malloc_debug/backtrace.cpp