am 449d4634
: Merge "bionic: add macro protection for MALLOC_ALIGNMENT"
* commit '449d4634bea0ff8f6b29a2826871279dd654f941': bionic: add macro protection for MALLOC_ALIGNMENT
This commit is contained in:
commit
74438bb225
@ -66,7 +66,9 @@ extern HashTable gHashTable;
|
||||
// stack trace functions
|
||||
// =============================================================================
|
||||
|
||||
#define MALLOC_ALIGNMENT 8
|
||||
#ifndef MALLOC_ALIGNMENT
|
||||
#define MALLOC_ALIGNMENT ((size_t)8U)
|
||||
#endif
|
||||
#define GUARD 0x48151642
|
||||
#define DEBUG 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user