summaryrefslogtreecommitdiffstats
path: root/libc/bionic/malloc_debug_check.cpp
Commit message (Expand)AuthorAgeFilesLines
* bionic: Detect userspace memory leakMaunik Shah2015-10-061-2/+145
* Add a way to disable backtracing in malloc debug.Christopher Ferris2014-08-081-35/+60
* Use libunwindbacktrace for debug malloc code.Christopher Ferris2014-07-291-0/+43
* 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-10/+12
* Move common macros into bionic_macros.h.Christopher Ferris2014-06-181-5/+7
* Put all allocation functions into dispatch table.Christopher Ferris2014-06-121-25/+64
* Fix debug malloc.Elliott Hughes2014-06-041-13/+21
* Support for jemalloc to replace dlmalloc.Christopher Ferris2014-05-201-13/+12
* Switch to g_ for globals.Elliott Hughes2014-05-141-11/+13
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-2/+2
* Fix malloc debugging for LP64.Elliott Hughes2013-10-081-11/+12
* Implement malloc_usable_size for debug impls.Christopher Ferris2013-06-071-35/+104
* Clean up internal libc logging.Elliott Hughes2013-03-151-1/+1
* Don't claim there were no leaks if we weren't even checking.Elliott Hughes2013-02-011-8/+10
* Say explicitly if there were no leaks.Elliott Hughes2013-01-301-4/+5
* Don't collect useless stack frames; do demangle C++ symbols.Elliott Hughes2013-01-291-24/+16
* More debug malloc fixes.Elliott Hughes2013-01-251-27/+35
* Don't free anything when reporting leaks.Elliott Hughes2013-01-221-4/+0
* Fix the duplication in the debugging code.Elliott Hughes2013-01-181-63/+31
* Fix realloc(3) when chk_malloc debugging is on.Elliott Hughes2012-10-121-4/+6
* Fix dlerror(3).Elliott Hughes2012-10-111-14/+13
* Clean up warnings in the malloc_debug_* files.Elliott Hughes2012-08-291-0/+518