aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/dlmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix dlmalloc build.Dan Albert2014-08-221-2/+2
* Implement malloc_info(3).Dan Albert2014-08-221-0/+23
* Label pages mapped by linker_allocatorDmitriy Ivanov2014-08-111-5/+1
* Fix private/bionic_name_mem.h build breakage.Elliott Hughes2014-07-171-2/+1
* Remove non-standard prctl constants from <sys/prctl.h>.Elliott Hughes2014-07-171-2/+7
* Hide dlmalloc symbols.Elliott Hughes2014-06-031-10/+7
* Register _cleanup function with atexitDmitriy Ivanov2014-05-151-3/+0
* bionic: name malloc'd regionsColin Cross2013-08-081-0/+18
* Clean up abort.Elliott Hughes2013-06-121-3/+7
* Make abort messages available to debuggerd.Elliott Hughes2013-04-051-15/+4
* Stop using unreasonable numbers of map entries.Elliott Hughes2013-04-021-32/+0
* Clarify the dlmalloc USAGE_ERROR.Elliott Hughes2013-03-251-1/+2
* Clean up internal libc logging.Elliott Hughes2013-03-151-2/+1
* Use the new non-allocating logging for dlmalloc failures.Elliott Hughes2013-01-221-86/+52
* 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