Merge "Use dlmalloc from external/dlmalloc instead of bionic/."

This commit is contained in:
Josh Gao 2016-01-25 18:42:54 +00:00 committed by Gerrit Code Review
commit 506d233e7a
1 changed files with 1 additions and 1 deletions

View File

@ -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",