Merge "Use dlmalloc from external/dlmalloc instead of bionic/."
This commit is contained in:
commit
506d233e7a
|
@ -63,7 +63,7 @@ static void heap_error(const char* msg, const char* function, void* p);
|
|||
#define USAGE_ERROR_ACTION(m,p) \
|
||||
heap_error("ARGUMENT IS INVALID HEAP ADDRESS", __FUNCTION__, p)
|
||||
|
||||
#include "../../../../bionic/libc/upstream-dlmalloc/malloc.c"
|
||||
#include "../../../../external/dlmalloc/malloc.c"
|
||||
|
||||
static void heap_error(const char* msg, const char* function, void* p) {
|
||||
ALOG(LOG_FATAL, LOG_TAG, "@@@ ABORTING: CODE FLINGER: %s IN %s addr=%p",
|
||||
|
|
Loading…
Reference in New Issue