blob: 485704bb6942cf4afd26056d3c559c57d658b5f7 [file] [log] [blame]
Ian Rogers99908912012-08-17 17:28:15 -07001This 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/
Ian Rogersc6d95ad2012-08-29 14:04:53 -07006It is currently version 2.8.6.
Ian Rogers99908912012-08-17 17:28:15 -07007
8Currently there are very minor modifications that are signified with:
9BEGIN android-changed: change description
10END android-changed