summaryrefslogtreecommitdiffstats
path: root/libc/upstream-dlmalloc/malloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to dlmalloc 2.8.6.Ian Rogers2012-08-291-3/+1
| | | | | | This fixes a bug and enables the use of MORECORE_CONTIGUOUS. Change-Id: Ia7c5d32bdc46e99b3ecb92ee94d1f702c4385d5d
* Upgrade to dlmalloc 2.8.5.Ian Rogers2012-08-201-0/+622
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