platform_bionic/libc/upstream-dlmalloc
Christopher Ferris a403780538 Put all allocation functions into dispatch table.
Implement these new functions for all of the debug malloc types.

Fix a number of bugs in the debug malloc functions related to overflow
conditions.
Fix a bug in dlpvalloc due to an overflow condition.

Fix various other bugs in the debug malloc functions.

Add new tests for malloc functions.

Bug: 11225066

Change-Id: Idf50f389603e2157645565bc15cd9365eec2e9dd
2014-06-12 15:08:18 -07:00
..
malloc.c Put all allocation functions into dispatch table. 2014-06-12 15:08:18 -07:00
malloc.h Upgrade to dlmalloc 2.8.6. 2012-08-29 18:18:29 -07:00
README.txt Upgrade to dlmalloc 2.8.6. 2012-08-29 18:18:29 -07: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