aboutsummaryrefslogtreecommitdiff
path: root/libc/malloc_debug/Config.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move bionic_macros.h from private to platform.Josh Gao2020-01-021-1/+1
* Disable info messages by default for malloc debug.Christopher Ferris2019-04-021-0/+3
* Bionic malloc debug: add a new option "abort_on_error"Iris Chang2019-01-221-0/+3
* Point to online documentation.Christopher Ferris2018-05-251-114/+2
* Add support for using the new unwinder.Christopher Ferris2018-05-241-0/+8
* Refactor malloc debug.Christopher Ferris2018-04-021-60/+61
* Add a legacy inline for mmap64.Dan Albert2017-10-051-2/+2
* Provide method to dump backtrace heap data.Christopher Ferris2017-09-051-0/+45
* Refactor Config from a struct to a class.Christopher Ferris2017-04-061-261/+245
* Enable malloc debug using environment variablesTamas Berghammer2016-11-171-10/+2
* Fix a typo in the debug malloc usage infoTamas Berghammer2016-08-261-1/+1
* Add the record alloc option.Christopher Ferris2016-07-081-137/+233
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-05-031-1/+1
* Small fixes to malloc debug.Christopher Ferris2016-04-151-1/+1
* Fix problem where unknown option is not an error.Christopher Ferris2016-03-141-1/+1
* Move hard-coded values to constants.Christopher Ferris2016-02-261-31/+55
* Fix the default alignment of the allocations.Christopher Ferris2016-02-121-2/+2
* Add better free tracking.Christopher Ferris2016-01-291-1/+14
* Add min/max values for config values.Christopher Ferris2016-01-271-22/+35
* Fix build for gcc.Christopher Ferris2016-01-251-19/+19
* Malloc debug rewrite.Christopher Ferris2016-01-251-0/+341