aboutsummaryrefslogtreecommitdiff
path: root/libc/malloc_debug/tests/malloc_debug_config_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "strerror: incl enum name"Steven Moreland2021-10-071-1/+1
* strerror: incl enum nameSteven Moreland2021-10-051-1/+1
* Disable info messages by default for malloc debug.Christopher Ferris2019-04-021-0/+18
* Bionic malloc debug: add a new option "abort_on_error"Iris Chang2019-01-221-0/+18
* Point to online documentation.Christopher Ferris2018-05-251-105/+2
* Add support for using the new unwinder.Christopher Ferris2018-05-241-0/+23
* Refactor malloc debug.Christopher Ferris2018-04-021-15/+37
* Provide method to dump backtrace heap data.Christopher Ferris2017-09-051-0/+55
* Refactor Config from a struct to a class.Christopher Ferris2017-04-061-93/+139
* Enable malloc debug using environment variablesTamas Berghammer2016-11-171-5/+2
* Fix unittests broken by 545808aTamas Berghammer2016-09-071-1/+1
* Add the record alloc option.Christopher Ferris2016-07-081-35/+94
* Fix problem where unknown option is not an error.Christopher Ferris2016-03-141-0/+8
* Move hard-coded values to constants.Christopher Ferris2016-02-261-8/+9
* Fix wrong guard values for 64 bit.Christopher Ferris2016-02-221-4/+8
* Fix the default alignment of the allocations.Christopher Ferris2016-02-121-0/+4
* Add better free tracking.Christopher Ferris2016-01-291-1/+60
* Add min/max values for config values.Christopher Ferris2016-01-271-2/+174
* Malloc debug rewrite.Christopher Ferris2016-01-251-0/+380