aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/malloc_debug_qemu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes.Elliott Hughes2015-01-281-0/+1
* More cases where libc should use O_CLOEXEC.Elliott Hughes2014-08-261-1/+1
* Slim down static binaries by avoiding stdio.Elliott Hughes2014-07-101-2/+2
* Do not include libc_common in malloc debug code.Christopher Ferris2014-07-091-14/+19
* Move common macros into bionic_macros.h.Christopher Ferris2014-06-181-4/+6
* Fix %u format that should have been %zu.Christopher Ferris2014-06-121-5/+5
* Put all allocation functions into dispatch table.Christopher Ferris2014-06-121-50/+119
* Fix debug malloc.Elliott Hughes2014-06-041-8/+7
* Support for jemalloc to replace dlmalloc.Christopher Ferris2014-05-201-20/+19
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-1/+1
* Fix malloc debugging for LP64.Elliott Hughes2013-10-081-11/+11
* Remove more assumptions that pointers are 32-bit.Elliott Hughes2013-10-011-17/+17
* Implement malloc_usable_size for debug impls.Christopher Ferris2013-06-071-14/+39
* Make abort messages available to debuggerd.Elliott Hughes2013-04-051-1/+1
* Clean up internal libc logging.Elliott Hughes2013-03-151-1/+1
* Fix the duplication in the debugging code.Elliott Hughes2013-01-181-14/+10
* Clean up warnings in the malloc_debug_* files.Elliott Hughes2012-08-291-0/+973