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:
commit
aed4a4c90b
@ -263,7 +263,7 @@ int get_backtrace(intptr_t* addrs, size_t max_entries)
|
|||||||
// =============================================================================
|
// =============================================================================
|
||||||
|
|
||||||
#define CHK_FILL_FREE 0xef
|
#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_HEAD_SIZE 16
|
||||||
#define CHK_SENTINEL_TAIL_SIZE 16
|
#define CHK_SENTINEL_TAIL_SIZE 16
|
||||||
#define CHK_OVERHEAD_SIZE ( CHK_SENTINEL_HEAD_SIZE + \
|
#define CHK_OVERHEAD_SIZE ( CHK_SENTINEL_HEAD_SIZE + \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user