Home | History | Annotate | only in /external/dlmalloc
Up to higher level directory
NameDateSize
malloc.c24-Aug-2016217.6K
malloc.h24-Aug-201623.7K
MODULE_LICENSE_PUBLIC_DOMAIN24-Aug-20160
NOTICE24-Aug-2016257
README.txt24-Aug-2016417
README.version24-Aug-201681

README.txt

      1 This directory contains malloc/free routines implemented by Doug Lea
      2 (aka dlmalloc). You should not edit these files directly. Make fixes
      3 upstream and then pull down the new version of the file.
      4 
      5 This code is imported from: ftp://g.oswego.edu/pub/misc/
      6 It is currently version 2.8.6.
      7 
      8 Currently there are very minor modifications that are signified with:
      9 BEGIN android-changed: change description
     10 END android-changed
     11 

README.version

      1 URL: ftp://g.oswego.edu/pub/misc/
      2 Version: 2.8.6
      3 BugComponent: 44922
      4 Owners: bdc
      5