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.
sandy 99da0f2c72 pl286 release code 4 years ago
..
MODULE_LICENSE_PUBLIC_DOMAIN pl286 release code 4 years ago
NOTICE pl286 release code 4 years ago
README.txt pl286 release code 4 years ago
README.version pl286 release code 4 years ago
malloc.c pl286 release code 4 years ago
malloc.h pl286 release code 4 years ago

README.txt

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