summaryrefslogtreecommitdiffstats
path: root/libc/bionic/dlmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Name anonymous mmap mallocs.Ian Rogers2013-01-111-0/+41
* Revert "Revert "Upgrade to dlmalloc 2.8.5.""Ian Rogers2012-08-281-5494/+25
* Revert "Upgrade to dlmalloc 2.8.5."Brian Carlstrom2012-08-221-25/+5494
* Upgrade to dlmalloc 2.8.5.Ian Rogers2012-08-201-5494/+25
* Minor tweak to get memory around corrupted heap chunks dumped.Ben Cheng2012-06-191-20/+22
* Print the corrupted address passed to free().Ben Cheng2012-05-241-3/+26
* Initialize mspace->least_addr properly in the mmap path.Ben Cheng2012-03-211-2/+4
* Add the posix_memalign(3) function to bionicKen Sumrall2011-12-141-0/+28
* Really fix the build.David 'Digit' Turner2011-07-061-3/+3
* Fix broken buildDavid 'Digit' Turner2011-07-061-1/+1
* libc: Add logcat error message for memory corruptionDavid 'Digit' Turner2011-07-051-6/+46
* Split libc_debug.so into two .so modules loaded on demand from libc.soVladimir Chtchetkine2009-11-181-8/+8
* Add mspace_merge_objectsBarry Hayes2009-06-021-0/+73
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+5377