index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
malloc_debug_check.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
bionic: Detect userspace memory leak
Maunik Shah
2015-10-06
1
-2
/
+145
*
Add a way to disable backtracing in malloc debug.
Christopher Ferris
2014-08-08
1
-35
/
+60
*
Use libunwindbacktrace for debug malloc code.
Christopher Ferris
2014-07-29
1
-0
/
+43
*
Slim down static binaries by avoiding stdio.
Elliott Hughes
2014-07-10
1
-2
/
+2
*
Do not include libc_common in malloc debug code.
Christopher Ferris
2014-07-09
1
-10
/
+12
*
Move common macros into bionic_macros.h.
Christopher Ferris
2014-06-18
1
-5
/
+7
*
Put all allocation functions into dispatch table.
Christopher Ferris
2014-06-12
1
-25
/
+64
*
Fix debug malloc.
Elliott Hughes
2014-06-04
1
-13
/
+21
*
Support for jemalloc to replace dlmalloc.
Christopher Ferris
2014-05-20
1
-13
/
+12
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-11
/
+13
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-2
/
+2
*
Fix malloc debugging for LP64.
Elliott Hughes
2013-10-08
1
-11
/
+12
*
Implement malloc_usable_size for debug impls.
Christopher Ferris
2013-06-07
1
-35
/
+104
*
Clean up internal libc logging.
Elliott Hughes
2013-03-15
1
-1
/
+1
*
Don't claim there were no leaks if we weren't even checking.
Elliott Hughes
2013-02-01
1
-8
/
+10
*
Say explicitly if there were no leaks.
Elliott Hughes
2013-01-30
1
-4
/
+5
*
Don't collect useless stack frames; do demangle C++ symbols.
Elliott Hughes
2013-01-29
1
-24
/
+16
*
More debug malloc fixes.
Elliott Hughes
2013-01-25
1
-27
/
+35
*
Don't free anything when reporting leaks.
Elliott Hughes
2013-01-22
1
-4
/
+0
*
Fix the duplication in the debugging code.
Elliott Hughes
2013-01-18
1
-63
/
+31
*
Fix realloc(3) when chk_malloc debugging is on.
Elliott Hughes
2012-10-12
1
-4
/
+6
*
Fix dlerror(3).
Elliott Hughes
2012-10-11
1
-14
/
+13
*
Clean up warnings in the malloc_debug_* files.
Elliott Hughes
2012-08-29
1
-0
/
+518