• Home
Name Date Size #Lines LOC

..--

METADATAD03-May-202445 43

MODULE_LICENSE_PUBLIC_DOMAIND03-May-20240

NOTICED03-May-2024257 54

OWNERSD03-May-2024140 43

README.txtD03-May-2024417 118

README.versionD03-May-202481 54

malloc.cD03-May-2024217.6 KiB6,3243,669

malloc.hD03-May-202423.7 KiB621134

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