platform_bionic/libc/upstream-dlmalloc/README.txt
Ian Rogers 999089181e 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
2012-08-20 14:12:20 -07:00

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