You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
417 B
11 lines
417 B
This directory contains malloc/free routines implemented by Doug Lea
|
|
(aka dlmalloc). You should not edit these files directly. Make fixes
|
|
upstream and then pull down the new version of the file.
|
|
|
|
This code is imported from: ftp://g.oswego.edu/pub/misc/
|
|
It is currently version 2.8.6.
|
|
|
|
Currently there are very minor modifications that are signified with:
|
|
BEGIN android-changed: change description
|
|
END android-changed
|