am 89d3fdca: MALLOC_DEBUG: enable the option libc.debug.malloc = 10
* commit '89d3fdcae26980bf81a4622c3c83e48ead4c1c3a': MALLOC_DEBUG: enable the option libc.debug.malloc = 10
This commit is contained in:
commit
75039bafde
@ -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