OSDN Git Service

Upgrade to dlmalloc 2.8.5.
authorIan Rogers <irogers@google.com>
Sat, 18 Aug 2012 00:28:15 +0000 (17:28 -0700)
committerIan Rogers <irogers@google.com>
Mon, 20 Aug 2012 21:12:20 +0000 (14:12 -0700)
commit999089181ef60bb67e1a49f2cf6f4ec608a7caf8
tree68b426388adc78040949e65282fd623d08b7644d
parent9417a80e48d3bba4bea814178aaa79b905ebab8c
Upgrade to dlmalloc 2.8.5.

Move dlmalloc code to upstream-dlmalloc to make pulling upstream changes
easier.
Declare pvalloc and malloc_usable_size routines present in malloc.h but with
missing implementations. Remove other functions from malloc.h that have
no implementation nor use in Android.

Change-Id: Ia6472ec6cbebc9ad1ef99f4669de9d33fcc2efb4
libc/Android.mk
libc/bionic/dlmalloc.c
libc/bionic/dlmalloc.h
libc/bionic/malloc_debug_common.c
libc/include/malloc.h
libc/upstream-dlmalloc/README.txt [new file with mode: 0644]
libc/upstream-dlmalloc/malloc.c [new file with mode: 0644]
libc/upstream-dlmalloc/malloc.h [new file with mode: 0644]