platform_bionic/libc/upstream-dlmalloc
Ian Rogers c6d95add30 Upgrade to dlmalloc 2.8.6.
This fixes a bug and enables the use of MORECORE_CONTIGUOUS.

Change-Id: Ia7c5d32bdc46e99b3ecb92ee94d1f702c4385d5d
2012-08-29 18:18:29 -07:00
..
malloc.c Upgrade to dlmalloc 2.8.6. 2012-08-29 18:18:29 -07:00
malloc.h Upgrade to dlmalloc 2.8.6. 2012-08-29 18:18:29 -07:00
README.txt Upgrade to dlmalloc 2.8.6. 2012-08-29 18:18:29 -07:00

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.6.

Currently there are very minor modifications that are signified with:
BEGIN android-changed: change description
END android-changed