Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
MODULE_LICENSE_PUBLIC_DOMAIN | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 257 | 5 | 4 | |
README.txt | D | 03-May-2024 | 417 | 11 | 8 | |
README.version | D | 03-May-2024 | 81 | 5 | 4 | |
malloc.c | D | 03-May-2024 | 217.6 KiB | 6,324 | 3,669 | |
malloc.h | D | 03-May-2024 | 23.7 KiB | 621 | 134 |
README.txt
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