Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
malloc.c | 21-Aug-2018 | 217.6K | |
malloc.h | 21-Aug-2018 | 23.7K | |
MODULE_LICENSE_PUBLIC_DOMAIN | 21-Aug-2018 | 0 | |
NOTICE | 21-Aug-2018 | 257 | |
README.txt | 21-Aug-2018 | 417 | |
README.version | 21-Aug-2018 | 81 |
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/ 6 It is currently version 2.8.6. 7 8 Currently there are very minor modifications that are signified with: 9 BEGIN android-changed: change description 10 END android-changed 11