summaryrefslogtreecommitdiffstats
path: root/libc/bionic/malloc_debug_common.h
Commit message (Expand)AuthorAgeFilesLines
* Do not include libc_common in malloc debug code.Christopher Ferris2014-07-091-12/+1
* Use a separate config.h for config like defines.Christopher Ferris2014-06-161-6/+1
* Revert "Backing this one out since the counterpart needs to be sent upstream."Dan Albert2014-06-141-0/+15
* Backing this one out since the counterpart needs to be sent upstream.Dan Albert2014-06-141-15/+0
* Hides valloc(3)/pvalloc(3) on LP64.Dan Albert2014-06-131-0/+15
* Put all allocation functions into dispatch table.Christopher Ferris2014-06-121-8/+16
* Fix debug malloc.Elliott Hughes2014-06-041-16/+5
* Support for jemalloc to replace dlmalloc.Christopher Ferris2014-05-201-1/+12
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-1/+1
* Implement malloc_usable_size for debug impls.Christopher Ferris2013-06-071-0/+7
* Clean up internal libc logging.Elliott Hughes2013-03-151-1/+1
* More debug malloc fixes.Elliott Hughes2013-01-251-1/+1
* Fix the duplication in the debugging code.Elliott Hughes2013-01-181-3/+5
* Fix dlerror(3).Elliott Hughes2012-10-111-14/+2
* Clean up warnings in the malloc_debug_* files.Elliott Hughes2012-08-291-22/+25
* bionic: import heaptracker as chk_mallocIliyan Malchev2012-06-011-6/+22
* Merge memory checking functionality from sandboxVladimir Chtchetkine2010-02-161-0/+15
* Split libc_debug.so into two .so modules loaded on demand from libc.soVladimir Chtchetkine2009-11-181-0/+84