platform_bionic/libc/malloc_debug
Colin Cross 2c75991359 Add backtrace_string and export to libmemunreachable
Add backtrace_string to convert a malloc_debug backtrace to a string.
Also move the backtrace functions to libc_malloc_debug_backtrace so that
libmemunreachable can reuse them.

Change-Id: I5ad67001c0b4d184903c762863a8588181d4873b
2016-02-18 16:09:17 -08:00
..
tests Export malloc_iterate and friends 2016-02-18 15:05:38 -08:00
Android.mk Add backtrace_string and export to libmemunreachable 2016-02-18 16:09:17 -08:00
backtrace.cpp Add backtrace_string and export to libmemunreachable 2016-02-18 16:09:17 -08:00
backtrace.h Add backtrace_string and export to libmemunreachable 2016-02-18 16:09:17 -08:00
BacktraceData.cpp Fix the default alignment of the allocations. 2016-02-12 17:30:30 -08:00
BacktraceData.h Add better free tracking. 2016-01-29 15:19:22 -08:00
Config.cpp Fix the default alignment of the allocations. 2016-02-12 17:30:30 -08:00
Config.h Fix the default alignment of the allocations. 2016-02-12 17:30:30 -08:00
debug_disable.cpp Malloc debug rewrite. 2016-01-25 10:54:21 -08:00
debug_disable.h Malloc debug rewrite. 2016-01-25 10:54:21 -08:00
debug_log.h Add backtrace_string and export to libmemunreachable 2016-02-18 16:09:17 -08:00
DebugData.cpp Merge "malloc_debug: reset TrackData mutex after fork" 2016-02-17 20:38:02 +00:00
DebugData.h malloc_debug: reset TrackData mutex after fork 2016-02-12 16:41:14 -08:00
exported32.map Export malloc_backtrace 2016-02-18 16:09:16 -08:00
exported64.map Export malloc_backtrace 2016-02-18 16:09:16 -08:00
FreeTrackData.cpp Add better free tracking. 2016-01-29 15:19:22 -08:00
FreeTrackData.h Add better free tracking. 2016-01-29 15:19:22 -08:00
GuardData.cpp Fix the default alignment of the allocations. 2016-02-12 17:30:30 -08:00
GuardData.h Malloc debug rewrite. 2016-01-25 10:54:21 -08:00
malloc_debug.cpp Add backtrace_string and export to libmemunreachable 2016-02-18 16:09:17 -08:00
malloc_debug.h Fix the default alignment of the allocations. 2016-02-12 17:30:30 -08:00
MapData.cpp Add backtrace_string and export to libmemunreachable 2016-02-18 16:09:17 -08:00
MapData.h Malloc debug rewrite. 2016-01-25 10:54:21 -08:00
TrackData.cpp Export malloc_iterate and friends 2016-02-18 15:05:38 -08:00
TrackData.h Export malloc_iterate and friends 2016-02-18 15:05:38 -08:00