summaryrefslogtreecommitdiff
path: root/libc/malloc_debug/Config.cpp
AgeCommit message (Expand)Author
2020-01-02Move bionic_macros.h from private to platform.Josh Gao
2019-04-02Disable info messages by default for malloc debug.Christopher Ferris
2019-01-22Bionic malloc debug: add a new option "abort_on_error"Iris Chang
2018-05-25Point to online documentation.Christopher Ferris
2018-05-24Add support for using the new unwinder.Christopher Ferris
2018-04-02Refactor malloc debug.Christopher Ferris
2017-10-05Add a legacy inline for mmap64.Dan Albert
2017-09-05Provide method to dump backtrace heap data.Christopher Ferris
2017-04-06Refactor Config from a struct to a class.Christopher Ferris
2016-11-17Enable malloc debug using environment variablesTamas Berghammer
2016-08-26Fix a typo in the debug malloc usage infoTamas Berghammer
2016-07-08Add the record alloc option.Christopher Ferris
2016-05-03Fix google-explicit-constructor warnings.Chih-Hung Hsieh
2016-04-15Small fixes to malloc debug.Christopher Ferris
2016-03-14Fix problem where unknown option is not an error.Christopher Ferris
2016-02-26Move hard-coded values to constants.Christopher Ferris
2016-02-12Fix the default alignment of the allocations.Christopher Ferris
2016-01-29Add better free tracking.Christopher Ferris
2016-01-27Add min/max values for config values.Christopher Ferris
2016-01-25Fix build for gcc.Christopher Ferris
2016-01-25Malloc debug rewrite.Christopher Ferris