• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.txtD22-Nov-2023417 118

malloc.cD22-Nov-2023217.5 KiB6,3193,665

malloc.hD22-Nov-202323.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