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