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
/
tests
/
malloc_debug_unit_tests.cpp
Age
Commit message (
Expand
)
Author
2020-01-22
Update for change MapInfo constructor.
Christopher Ferris
2020-01-02
Move bionic_macros.h from private to platform.
Josh Gao
2019-11-06
Fix allocations escaping malloc debug.
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-02-14
malloc debug: fix LogFreeError error log
Iris Chang
2019-01-22
Bionic malloc debug: add a new option "abort_on_error"
Iris Chang
2018-10-04
Add new parameter for creation of MapInfo object.
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-05-01
Fix nullptr dereference during sort.
Christopher Ferris
2018-04-02
Refactor malloc debug.
Christopher Ferris
2018-02-07
Add aligned_alloc to libc.
Christopher Ferris
2017-11-28
Always wrap waitpid in TEMP_FAILURE_RETRY.
Elliott Hughes
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-03-09
Fix the way malloc debug returns info.
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-20
Change pointer to allocation in unit tests.
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-02-18
Export malloc_iterate and friends
Colin Cross
2016-02-12
Fix the default alignment of the allocations.
Christopher Ferris
2016-02-02
Remove the unused TrackHeader structure.
Christopher Ferris
2016-01-29
Add better free tracking.
Christopher Ferris
2016-01-25
Fix gcc test issues.
Christopher Ferris
2016-01-25
Malloc debug rewrite.
Christopher Ferris