| Ian Rogers | 9990891 | 2012-08-17 17:28:15 -0700 | [diff] [blame] | 1 | This directory contains malloc/free routines implemented by Doug Lea | 
|  | 2 | (aka dlmalloc). You should not edit these files directly. Make fixes | 
|  | 3 | upstream and then pull down the new version of the file. | 
|  | 4 |  | 
|  | 5 | This code is imported from: ftp://g.oswego.edu/pub/misc/ | 
| Ian Rogers | c6d95ad | 2012-08-29 14:04:53 -0700 | [diff] [blame] | 6 | It is currently version 2.8.6. | 
| Ian Rogers | 9990891 | 2012-08-17 17:28:15 -0700 | [diff] [blame] | 7 |  | 
|  | 8 | Currently there are very minor modifications that are signified with: | 
|  | 9 | BEGIN android-changed: change description | 
|  | 10 | END android-changed |