aboutsummaryrefslogtreecommitdiff
path: root/libc/malloc_debug/tests/malloc_debug_unit_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SKIP_WITH_HWASAN macro from libbase.Florian Mayer2022-04-151-1/+1
* Skip mallinfo / malloc_info tests on HWASan.Florian Mayer2022-04-061-0/+3
* Update for LocalUnwinder object removal.Christopher Ferris2022-03-031-7/+11
* Update for libunwindstack shared_ptr MapInfos.Christopher Ferris2021-10-291-11/+10
* Revert "strerror: incl enum name"Steven Moreland2021-10-071-2/+1
* strerror: incl enum nameSteven Moreland2021-10-051-1/+2
* Update for change MapInfo constructor.Christopher Ferris2020-01-221-1/+2
* Move bionic_macros.h from private to platform.Josh Gao2020-01-021-1/+1
* Fix allocations escaping malloc debug.Christopher Ferris2019-11-061-28/+168
* Remove gMallocLeakZygoteChild.Christopher Ferris2019-04-161-10/+10
* Disable info messages by default for malloc debug.Christopher Ferris2019-04-021-69/+67
* Refactor the malloc_info code.Christopher Ferris2019-03-071-0/+85
* Make aligned_alloc match the standard.Christopher Ferris2019-03-011-3/+3
* malloc debug: fix LogFreeError error logIris Chang2019-02-141-0/+29
* Bionic malloc debug: add a new option "abort_on_error"Iris Chang2019-01-221-0/+56
* Add new parameter for creation of MapInfo object.Christopher Ferris2018-10-041-1/+1
* Change heap dump format slightly.Christopher Ferris2018-06-151-7/+20
* Add support for using the new unwinder.Christopher Ferris2018-05-241-59/+106
* Fix nullptr dereference during sort.Christopher Ferris2018-05-011-0/+47
* Refactor malloc debug.Christopher Ferris2018-04-021-96/+385
* Add aligned_alloc to libc.Christopher Ferris2018-02-071-0/+13
* Always wrap waitpid in TEMP_FAILURE_RETRY.Elliott Hughes2017-11-281-1/+1
* Add a legacy inline for mmap64.Dan Albert2017-10-051-2/+3
* Provide method to dump backtrace heap data.Christopher Ferris2017-09-051-10/+221
* Add support for modifying decay timer.Christopher Ferris2017-05-151-0/+16
* Fix the way malloc debug returns info.Christopher Ferris2017-03-091-8/+8
* Enable malloc debug using environment variablesTamas Berghammer2016-11-171-5/+3
* Add the record alloc option.Christopher Ferris2016-07-081-3/+236
* Change pointer to allocation in unit tests.Christopher Ferris2016-04-201-15/+15
* Fix race in malloc debug option free_track.Christopher Ferris2016-03-161-0/+48
* malloc_debug: fix multiplication overflow in debug_callocColin Cross2016-03-101-0/+6
* Export malloc_iterate and friendsColin Cross2016-02-181-0/+3
* Fix the default alignment of the allocations.Christopher Ferris2016-02-121-2/+3
* Remove the unused TrackHeader structure.Christopher Ferris2016-02-021-5/+1
* Add better free tracking.Christopher Ferris2016-01-291-11/+74
* Fix gcc test issues.Christopher Ferris2016-01-251-8/+14
* Malloc debug rewrite.Christopher Ferris2016-01-251-0/+1391