999089181e
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
10 lines
417 B
Text
10 lines
417 B
Text
This directory contains malloc/free routines implemented by Doug Lea
|
|
(aka dlmalloc). You should not edit these files directly. Make fixes
|
|
upstream and then pull down the new version of the file.
|
|
|
|
This code is imported from: ftp://g.oswego.edu/pub/misc/
|
|
It is currently version 2.8.5.
|
|
|
|
Currently there are very minor modifications that are signified with:
|
|
BEGIN android-changed: change description
|
|
END android-changed
|