09f76cdd9b
first_run is only used with LOCK_AT_FORK, however, care needs to be taken with the #if to avoid compiler warnings when LOCK_AT_FORK isn't being used. Change-Id: I6bcfac2ab8732c91607f4a1bcd7c0019f29c2eec |
||
---|---|---|
.. | ||
malloc.c | ||
malloc.h | ||
README.txt |
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