xref: /aosp_15_r20/external/dlmalloc/README.txt (revision 2680e0c0bdff5fc86b0432efeeb5c26d7a2d8c83)
1*2680e0c0SChristopher FerrisThis directory contains malloc/free routines implemented by Doug Lea
2*2680e0c0SChristopher Ferris(aka dlmalloc). You should not edit these files directly. Make fixes
3*2680e0c0SChristopher Ferrisupstream and then pull down the new version of the file.
4*2680e0c0SChristopher Ferris
5*2680e0c0SChristopher FerrisThis code is imported from: ftp://g.oswego.edu/pub/misc/
6*2680e0c0SChristopher FerrisIt is currently version 2.8.6.
7*2680e0c0SChristopher Ferris
8*2680e0c0SChristopher FerrisCurrently there are very minor modifications that are signified with:
9*2680e0c0SChristopher FerrisBEGIN android-changed: change description
10*2680e0c0SChristopher FerrisEND android-changed
11