index
:
Project-1CE/bionic
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
malloc_debug
/
malloc_debug.cpp
Age
Commit message (
Expand
)
Author
2021-07-27
Merge SP1A.210723.002
Scott Lobdell
2021-07-15
Fix race when frees after main thread finishes.
Christopher Ferris
2020-05-29
Merge RP1A.200526.001
Scott Lobdell
2020-05-21
Fix deadlock/timeout in thread unwinding.
Christopher Ferris
2020-05-20
Fix deadlock/timeout in thread unwinding.
Christopher Ferris
2020-02-04
Merge RP1A.200204.001
Steven Laver
2020-01-23
Add tagged pointers to bionic.
Mitch Phillips
2020-01-21
Revert "Add tagged pointers to bionic."
Nicolas Geoffray
2020-01-15
Add tagged pointers to bionic.
Mitch Phillips
2019-11-14
Merge RP1A.191114.001
Steven Laver
2019-11-08
Rename iterate to malloc_iterate internally.
Christopher Ferris
2019-11-06
Fix allocations escaping malloc debug.
Christopher Ferris
2019-08-07
Merge RP1A.190528.001
Steven Laver
2019-06-14
Avoid recording backtrace if alloc-size is outside range of interest
Shibin George
2019-05-22
Disable malloc debug when asan enabled.
Christopher Ferris
2019-05-08
Avoid using malloc debug code after exit.
Christopher Ferris
2019-05-07
Avoid using malloc debug code after exit.
Christopher Ferris
2019-04-16
Remove gMallocLeakZygoteChild.
Christopher Ferris
2019-04-16
Remove gMallocLeakZygoteChild.
Christopher Ferris
2019-04-02
Disable info messages by default for malloc debug.
Christopher Ferris
2019-03-07
Refactor the malloc_info code.
Christopher Ferris
2019-03-01
Make aligned_alloc match the standard.
Christopher Ferris
2019-01-22
Bionic malloc debug: add a new option "abort_on_error"
Iris Chang
2018-08-02
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-07-11
Disable malloc debug intercepts when exiting.
Christopher Ferris
2018-06-15
Change heap dump format slightly.
Christopher Ferris
2018-05-24
Add support for using the new unwinder.
Christopher Ferris
2018-04-02
Refactor malloc debug.
Christopher Ferris
2018-02-07
Add aligned_alloc to libc.
Christopher Ferris
2017-10-05
Add a legacy inline for mmap64.
Dan Albert
2017-09-05
Provide method to dump backtrace heap data.
Christopher Ferris
2017-05-15
Add support for modifying decay timer.
Christopher Ferris
2017-04-06
Refactor Config from a struct to a class.
Christopher Ferris
2016-11-17
Enable malloc debug using environment variables
Tamas Berghammer
2016-07-08
Add the record alloc option.
Christopher Ferris
2016-04-12
Small refactor.
Christopher Ferris
2016-03-16
Fix race in malloc debug option free_track.
Christopher Ferris
2016-03-10
malloc_debug: fix multiplication overflow in debug_calloc
Colin Cross
2016-03-10
malloc_debug: round 0 byte allocations up to 1 byte
Colin Cross
2016-03-10
malloc_debug: iterate: use usable_size
Colin Cross
2016-02-18
Add backtrace_string and export to libmemunreachable
Colin Cross
2016-02-18
Export malloc_backtrace
Colin Cross
2016-02-18
Export malloc_iterate and friends
Colin Cross
2016-02-17
Merge "malloc_debug: reset TrackData mutex after fork"
Colin Cross
2016-02-12
Fix the default alignment of the allocations.
Christopher Ferris
2016-02-12
malloc_debug: reset TrackData mutex after fork
Colin Cross
2016-01-29
Add better free tracking.
Christopher Ferris
2016-01-25
Malloc debug rewrite.
Christopher Ferris