aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/malloc_debug_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-2/+2
* Don't export unnecessary symbol.Nick Kralevich2013-10-031-1/+1
* Implement malloc_usable_size for debug impls.Christopher Ferris2013-06-071-63/+46
* Fix declaration of malloc_usable_size()David 'Digit' Turner2013-05-231-1/+1
* Use hidden visibility for internal-use-only functionsKito Cheng2013-04-121-2/+2
* Clean up internal libc logging.Elliott Hughes2013-03-151-1/+1
* __progname should be const char*, not char*.Elliott Hughes2013-02-071-1/+1
* Don't claim there were no leaks if we weren't even checking.Elliott Hughes2013-02-011-27/+29
* More debug malloc fixes.Elliott Hughes2013-01-251-4/+6
* Disable leak checking for mksh; it's way too leaky.Elliott Hughes2013-01-221-0/+5
* Fix the duplication in the debugging code.Elliott Hughes2013-01-181-5/+13
* Fix debug malloc.Elliott Hughes2013-01-031-10/+8
* Fix dlerror(3).Elliott Hughes2012-10-111-2/+5
* Fix two comment typos.Elliott Hughes2012-10-091-1/+1
* Clean up warnings in the malloc_debug_* files.Elliott Hughes2012-08-291-0/+527