summaryrefslogtreecommitdiff
path: root/libc/malloc_debug/malloc_debug.cpp
AgeCommit message (Expand)Author
2021-07-27Merge SP1A.210723.002Scott Lobdell
2021-07-15Fix race when frees after main thread finishes.Christopher Ferris
2020-05-29Merge RP1A.200526.001Scott Lobdell
2020-05-21Fix deadlock/timeout in thread unwinding.Christopher Ferris
2020-05-20Fix deadlock/timeout in thread unwinding.Christopher Ferris
2020-02-04Merge RP1A.200204.001Steven Laver
2020-01-23Add tagged pointers to bionic.Mitch Phillips
2020-01-21Revert "Add tagged pointers to bionic."Nicolas Geoffray
2020-01-15Add tagged pointers to bionic.Mitch Phillips
2019-11-14Merge RP1A.191114.001Steven Laver
2019-11-08Rename iterate to malloc_iterate internally.Christopher Ferris
2019-11-06Fix allocations escaping malloc debug.Christopher Ferris
2019-08-07Merge RP1A.190528.001Steven Laver
2019-06-14Avoid recording backtrace if alloc-size is outside range of interestShibin George
2019-05-22Disable malloc debug when asan enabled.Christopher Ferris
2019-05-08Avoid using malloc debug code after exit.Christopher Ferris
2019-05-07Avoid using malloc debug code after exit.Christopher Ferris
2019-04-16Remove gMallocLeakZygoteChild.Christopher Ferris
2019-04-16Remove gMallocLeakZygoteChild.Christopher Ferris
2019-04-02Disable info messages by default for malloc debug.Christopher Ferris
2019-03-07Refactor the malloc_info code.Christopher Ferris
2019-03-01Make aligned_alloc match the standard.Christopher Ferris
2019-01-22Bionic malloc debug: add a new option "abort_on_error"Iris Chang
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-11Disable malloc debug intercepts when exiting.Christopher Ferris
2018-06-15Change heap dump format slightly.Christopher Ferris
2018-05-24Add support for using the new unwinder.Christopher Ferris
2018-04-02Refactor malloc debug.Christopher Ferris
2018-02-07Add aligned_alloc to libc.Christopher Ferris
2017-10-05Add a legacy inline for mmap64.Dan Albert
2017-09-05Provide method to dump backtrace heap data.Christopher Ferris
2017-05-15Add support for modifying decay timer.Christopher Ferris
2017-04-06Refactor Config from a struct to a class.Christopher Ferris
2016-11-17Enable malloc debug using environment variablesTamas Berghammer
2016-07-08Add the record alloc option.Christopher Ferris
2016-04-12Small refactor.Christopher Ferris
2016-03-16Fix race in malloc debug option free_track.Christopher Ferris
2016-03-10malloc_debug: fix multiplication overflow in debug_callocColin Cross
2016-03-10malloc_debug: round 0 byte allocations up to 1 byteColin Cross
2016-03-10malloc_debug: iterate: use usable_sizeColin Cross
2016-02-18Add backtrace_string and export to libmemunreachableColin Cross
2016-02-18Export malloc_backtraceColin Cross
2016-02-18Export malloc_iterate and friendsColin Cross
2016-02-17Merge "malloc_debug: reset TrackData mutex after fork"Colin Cross
2016-02-12Fix the default alignment of the allocations.Christopher Ferris
2016-02-12malloc_debug: reset TrackData mutex after forkColin Cross
2016-01-29Add better free tracking.Christopher Ferris
2016-01-25Malloc debug rewrite.Christopher Ferris