am 75039baf: am 89d3fdca: MALLOC_DEBUG: enable the option libc.debug.malloc = 10

* commit '75039bafde8e6f03caffa9d6aa7142a09ba50952':
  MALLOC_DEBUG: enable the option libc.debug.malloc = 10
This commit is contained in:
Bruce Beare 2011-12-05 17:02:20 -08:00 committed by Android Git Automerger
commit aed4a4c90b

View File

@ -263,7 +263,7 @@ int get_backtrace(intptr_t* addrs, size_t max_entries)
// =============================================================================
#define CHK_FILL_FREE 0xef
#define CHK_SENTINEL_VALUE 0xeb
#define CHK_SENTINEL_VALUE (char)0xeb
#define CHK_SENTINEL_HEAD_SIZE 16
#define CHK_SENTINEL_TAIL_SIZE 16
#define CHK_OVERHEAD_SIZE ( CHK_SENTINEL_HEAD_SIZE + \