android_mt6572_jiabo/external/dlmalloc
2025-09-05 16:56:03 +08:00
..
malloc.c first commit 2025-09-05 16:56:03 +08:00
malloc.h first commit 2025-09-05 16:56:03 +08:00
MODULE_LICENSE_PUBLIC_DOMAIN first commit 2025-09-05 16:56:03 +08:00
NOTICE first commit 2025-09-05 16:56:03 +08:00
README.txt first commit 2025-09-05 16:56:03 +08:00
README.version first commit 2025-09-05 16:56:03 +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