platform_bionic/libc/malloc_debug
Christopher Ferris ea26b33248 Small fixes to malloc debug.
- Change the printed name from pointer to allocation to be explicit about
  what is wrong.
- Change the signal to be SIGRTMAX - 19 instead of SIGRTMIN. This should
  prevent problems if we have to reserve other real time signals.

Bug: 28218530
Change-Id: Ic7d9c471929264d8e47bafaffc16e099840c9e71
2016-04-15 14:13:52 -07:00
..
tests Fix race in malloc debug option free_track. 2016-03-16 17:38:08 -07:00
Android.mk Fix incorrect size of array. 2016-02-19 18:13:29 -08:00
backtrace.cpp malloc_debug: reread /proc/pid/maps when entry is missing 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 Small refactor. 2016-04-12 15:36:53 -07:00
BacktraceData.h Small refactor. 2016-04-12 15:36:53 -07:00
Config.cpp Small fixes to malloc debug. 2016-04-15 14:13:52 -07:00
Config.h Small refactor. 2016-04-12 15:36:53 -07:00
debug_disable.cpp Small refactor. 2016-04-12 15:36:53 -07: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 Small refactor. 2016-04-12 15:36:53 -07:00
DebugData.h Small refactor. 2016-04-12 15:36:53 -07: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 Small fixes to malloc debug. 2016-04-15 14:13:52 -07:00
FreeTrackData.h Small refactor. 2016-04-12 15:36:53 -07:00
GuardData.cpp Small fixes to malloc debug. 2016-04-15 14:13:52 -07:00
GuardData.h Small refactor. 2016-04-12 15:36:53 -07:00
malloc_debug.cpp Small refactor. 2016-04-12 15:36:53 -07:00
malloc_debug.h Fix the default alignment of the allocations. 2016-02-12 17:30:30 -08:00
MapData.cpp Fix incorrect size of array. 2016-02-19 18:13:29 -08:00
MapData.h malloc_debug: reread /proc/pid/maps when entry is missing 2016-02-18 16:09:17 -08:00
OptionData.h Small refactor. 2016-04-12 15:36:53 -07:00
TrackData.cpp Small refactor. 2016-04-12 15:36:53 -07:00
TrackData.h Small refactor. 2016-04-12 15:36:53 -07:00