
Without these, sometimes malloc(3) returns NULL without setting errno. Change-Id: I4708c3f675bf2c878ddcaf012fde7848b255826b
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