allwinner_a64/android/external/dlmalloc
2018-08-08 16:14:42 +08:00
..
malloc.c upload android base code part2 2018-08-08 16:14:42 +08:00
malloc.h upload android base code part2 2018-08-08 16:14:42 +08:00
MODULE_LICENSE_PUBLIC_DOMAIN upload android base code part2 2018-08-08 16:14:42 +08:00
NOTICE upload android base code part2 2018-08-08 16:14:42 +08:00
README.txt upload android base code part2 2018-08-08 16:14:42 +08:00
README.version upload android base code part2 2018-08-08 16:14:42 +08:00

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