NameDateSize

..10-Aug-201812 KiB

malloc.c10-Aug-2018217.6 KiB

malloc.h10-Aug-201823.7 KiB

MODULE_LICENSE_PUBLIC_DOMAIN10-Aug-20180

NOTICE10-Aug-2018257

README.txt10-Aug-2018417

README.version10-Aug-201881

README.txt

1This directory contains malloc/free routines implemented by Doug Lea
2(aka dlmalloc). You should not edit these files directly. Make fixes
3upstream and then pull down the new version of the file.
4
5This code is imported from: ftp://g.oswego.edu/pub/misc/
6It is currently version 2.8.6.
7
8Currently there are very minor modifications that are signified with:
9BEGIN android-changed: change description
10END android-changed
11

README.version

1URL: ftp://g.oswego.edu/pub/misc/
2Version: 2.8.6
3BugComponent: 44922
4Owners: bdc
5