index
:
bionic.git
kitkat
lp5.0
o8.0
o8.1
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.0
r11.1
s12.0
s12.1
t13.0
bionic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
malloc_debug
/
malloc_debug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for LocalUnwinder object removal.
Christopher Ferris
2022-03-03
1
-1
/
+2
*
Fix race when frees after main thread finishes.
Christopher Ferris
2021-07-14
1
-4
/
+3
*
Fix deadlock/timeout in thread unwinding.
Christopher Ferris
2020-05-20
1
-2
/
+49
*
Add tagged pointers to bionic.
Mitch Phillips
2020-01-23
1
-0
/
+2
*
Revert "Add tagged pointers to bionic."
Nicolas Geoffray
2020-01-21
1
-2
/
+0
*
Add tagged pointers to bionic.
Mitch Phillips
2020-01-15
1
-0
/
+2
*
Rename iterate to malloc_iterate internally.
Christopher Ferris
2019-11-08
1
-4
/
+4
*
Fix allocations escaping malloc debug.
Christopher Ferris
2019-11-06
1
-17
/
+28
*
Disable malloc debug when asan enabled.
Christopher Ferris
2019-05-22
1
-0
/
+7
*
Avoid using malloc debug code after exit.
Christopher Ferris
2019-05-07
1
-0
/
+49
*
Remove gMallocLeakZygoteChild.
Christopher Ferris
2019-04-16
1
-5
/
+5
*
Disable info messages by default for malloc debug.
Christopher Ferris
2019-04-02
1
-0
/
+5
*
Refactor the malloc_info code.
Christopher Ferris
2019-03-07
1
-1
/
+30
*
Make aligned_alloc match the standard.
Christopher Ferris
2019-03-01
1
-1
/
+1
*
Bionic malloc debug: add a new option "abort_on_error"
Iris Chang
2019-01-22
1
-0
/
+3
*
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-08-02
1
-1
/
+1
*
Disable malloc debug intercepts when exiting.
Christopher Ferris
2018-07-11
1
-5
/
+4
*
Change heap dump format slightly.
Christopher Ferris
2018-06-15
1
-23
/
+35
*
Add support for using the new unwinder.
Christopher Ferris
2018-05-24
1
-9
/
+24
*
Refactor malloc debug.
Christopher Ferris
2018-04-02
1
-243
/
+220
*
Add aligned_alloc to libc.
Christopher Ferris
2018-02-07
1
-0
/
+12
*
Add a legacy inline for mmap64.
Dan Albert
2017-10-05
1
-1
/
+1
*
Provide method to dump backtrace heap data.
Christopher Ferris
2017-09-05
1
-3
/
+90
*
Add support for modifying decay timer.
Christopher Ferris
2017-05-15
1
-0
/
+5
*
Refactor Config from a struct to a class.
Christopher Ferris
2017-04-06
1
-44
/
+44
*
Enable malloc debug using environment variables
Tamas Berghammer
2016-11-17
1
-4
/
+6
*
Add the record alloc option.
Christopher Ferris
2016-07-08
1
-4
/
+35
*
Small refactor.
Christopher Ferris
2016-04-12
1
-33
/
+56
*
Fix race in malloc debug option free_track.
Christopher Ferris
2016-03-16
1
-10
/
+14
*
malloc_debug: fix multiplication overflow in debug_calloc
Colin Cross
2016-03-10
1
-3
/
+9
*
malloc_debug: round 0 byte allocations up to 1 byte
Colin Cross
2016-03-10
1
-3
/
+16
*
malloc_debug: iterate: use usable_size
Colin Cross
2016-03-10
1
-1
/
+1
*
Add backtrace_string and export to libmemunreachable
Colin Cross
2016-02-18
1
-2
/
+2
*
Export malloc_backtrace
Colin Cross
2016-02-18
1
-0
/
+35
*
Export malloc_iterate and friends
Colin Cross
2016-02-18
1
-0
/
+47
*
Merge "malloc_debug: reset TrackData mutex after fork"
Colin Cross
2016-02-17
1
-0
/
+25
|
\
|
*
malloc_debug: reset TrackData mutex after fork
Colin Cross
2016-02-12
1
-0
/
+25
*
|
Fix the default alignment of the allocations.
Christopher Ferris
2016-02-12
1
-5
/
+8
|
/
*
Add better free tracking.
Christopher Ferris
2016-01-29
1
-12
/
+11
*
Malloc debug rewrite.
Christopher Ferris
2016-01-25
1
-0
/
+567