aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/malloc_debug_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* bionic: add electric fence into memory debug list, use code 15.cm-12.1Edward Wang2015-10-121-0/+6
* bionic: Detect userspace memory leakBiswajit Paul2014-11-041-0/+23
* Hide __libc_malloc_dispatch.Dan Albert2014-08-121-2/+1
* Do not include libc_common in malloc debug code.Christopher Ferris2014-07-091-1/+11
* Fix a broken boolean test found by clang.Elliott Hughes2014-07-071-1/+1
* Revert "Backing this one out since the counterpart needs to be sent upstream."Dan Albert2014-06-141-2/+19
* Backing this one out since the counterpart needs to be sent upstream.Dan Albert2014-06-141-19/+2
* Hides valloc(3)/pvalloc(3) on LP64.Dan Albert2014-06-131-2/+19
* Put all allocation functions into dispatch table.Christopher Ferris2014-06-121-326/+326
* Temporary fix for asan_malloc_linux.cc build failure.Elliott Hughes2014-06-041-1/+2
* Fix debug malloc.Elliott Hughes2014-06-041-106/+84
* Support for jemalloc to replace dlmalloc.Christopher Ferris2014-05-201-23/+14
* Export get_malloc_leak_info and free_malloc_leak_info, used by ddms.Elliott Hughes2014-05-161-2/+5
* Hide various debug malloc implementation details.Elliott Hughes2014-05-161-6/+6
* Switch to g_ for globals.Elliott Hughes2014-05-141-40/+40
* Fix debug malloc for LP64.Elliott Hughes2014-04-011-2/+2
* 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