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_leak.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not hold hash table lock while backtracing.
Christopher Ferris
2015-07-13
1
-5
/
+3
*
Remove references to MALLOC_LEAK_CHECK.
Christopher Ferris
2014-09-19
1
-7
/
+0
*
Fix leak_realloc, copy entire allocation.
Christopher Ferris
2014-08-18
1
-33
/
+31
*
malloc_usable_size returns the original size.
Christopher Ferris
2014-08-18
1
-0
/
+4
*
Add a way to disable backtracing in malloc debug.
Christopher Ferris
2014-08-08
1
-1
/
+2
*
Use libunwindbacktrace for debug malloc code.
Christopher Ferris
2014-07-29
1
-0
/
+41
*
Slim down static binaries by avoiding stdio.
Elliott Hughes
2014-07-10
1
-4
/
+4
*
Do not include libc_common in malloc debug code.
Christopher Ferris
2014-07-09
1
-16
/
+17
*
Move common macros into bionic_macros.h.
Christopher Ferris
2014-06-18
1
-6
/
+8
*
Put all allocation functions into dispatch table.
Christopher Ferris
2014-06-12
1
-1
/
+58
*
Fix debug malloc.
Elliott Hughes
2014-06-04
1
-64
/
+60
*
Support for jemalloc to replace dlmalloc.
Christopher Ferris
2014-05-20
1
-15
/
+14
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-11
/
+11
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-2
/
+3
*
Implement malloc_usable_size for debug impls.
Christopher Ferris
2013-06-07
1
-32
/
+73
*
Clean up internal libc logging.
Elliott Hughes
2013-03-15
1
-1
/
+1
*
More debug malloc fixes.
Elliott Hughes
2013-01-25
1
-7
/
+7
*
Fix the duplication in the debugging code.
Elliott Hughes
2013-01-18
1
-2
/
+1
*
Fix dlerror(3).
Elliott Hughes
2012-10-11
1
-4
/
+4
*
Fix two comment typos.
Elliott Hughes
2012-10-09
1
-1
/
+1
*
Clean up warnings in the malloc_debug_* files.
Elliott Hughes
2012-08-29
1
-0
/
+394