summaryrefslogtreecommitdiffstats
path: root/libc/bionic/malloc_debug_leak.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not hold hash table lock while backtracing.Christopher Ferris2015-07-131-5/+3
* Remove references to MALLOC_LEAK_CHECK.Christopher Ferris2014-09-191-7/+0
* Fix leak_realloc, copy entire allocation.Christopher Ferris2014-08-181-33/+31
* malloc_usable_size returns the original size.Christopher Ferris2014-08-181-0/+4
* Add a way to disable backtracing in malloc debug.Christopher Ferris2014-08-081-1/+2
* Use libunwindbacktrace for debug malloc code.Christopher Ferris2014-07-291-0/+41
* Slim down static binaries by avoiding stdio.Elliott Hughes2014-07-101-4/+4
* Do not include libc_common in malloc debug code.Christopher Ferris2014-07-091-16/+17
* Move common macros into bionic_macros.h.Christopher Ferris2014-06-181-6/+8
* Put all allocation functions into dispatch table.Christopher Ferris2014-06-121-1/+58
* Fix debug malloc.Elliott Hughes2014-06-041-64/+60
* Support for jemalloc to replace dlmalloc.Christopher Ferris2014-05-201-15/+14
* Switch to g_ for globals.Elliott Hughes2014-05-141-11/+11
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-2/+3
* Implement malloc_usable_size for debug impls.Christopher Ferris2013-06-071-32/+73
* Clean up internal libc logging.Elliott Hughes2013-03-151-1/+1
* More debug malloc fixes.Elliott Hughes2013-01-251-7/+7
* Fix the duplication in the debugging code.Elliott Hughes2013-01-181-2/+1
* Fix dlerror(3).Elliott Hughes2012-10-111-4/+4
* Fix two comment typos.Elliott Hughes2012-10-091-1/+1
* Clean up warnings in the malloc_debug_* files.Elliott Hughes2012-08-291-0/+394