aboutsummaryrefslogtreecommitdiffstats
path: root/libc/malloc_debug
Commit message (Expand)AuthorAgeFilesLines
* Improve debug malloc docs slightly for app developers.Elliott Hughes2017-08-151-11/+41
* Use libdemangle for function names.Christopher Ferris2017-06-022-6/+4
* Add offset to backtrace_string printing.Christopher Ferris2017-05-251-3/+12
* Update malloc debug documentation.Christopher Ferris2017-05-251-12/+44
* Fix missing function export.Christopher Ferris2017-05-192-0/+2
* Add support for modifying decay timer.Christopher Ferris2017-05-152-0/+21
* Move libc_log code into libasync_safe.Christopher Ferris2017-05-034-16/+14
* Refactor Config from a struct to a class.Christopher Ferris2017-04-0615-457/+554
* Fix the way malloc debug returns info.Christopher Ferris2017-03-093-12/+17
* Removed include log\logger.h from log_fake.cppVijay Venkatraman2017-01-231-1/+0
* Enable malloc debug using environment variablesTamas Berghammer2016-11-179-84/+17
* Fix uninitialized variable usage.Christopher Ferris2016-11-161-0/+2
* Update documentation.Christopher Ferris2016-09-282-2/+14
* Fix unittests broken by 545808aTamas Berghammer2016-09-071-1/+1
* Fix a typo in the debug malloc usage infoTamas Berghammer2016-08-261-1/+1
* Convert malloc_debug from Android.mk to Android.bpColin Cross2016-07-142-111/+132
* Add the record alloc option.Christopher Ferris2016-07-0811-179/+1126
* Update documentation for malloc debug.Christopher Ferris2016-05-252-3/+140
* Merge "Fix google-explicit-constructor warnings."Chih-hung Hsieh2016-05-041-1/+1
|\
| * Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-05-031-1/+1
* | Update documentation to work with gitiles.Christopher Ferris2016-04-262-139/+99
|/
* Change pointer to allocation in unit tests.Christopher Ferris2016-04-201-15/+15
* Merge "Add malloc debug documentation."Christopher Ferris2016-04-192-0/+394
|\
| * Add malloc debug documentation.Christopher Ferris2016-04-152-0/+394
* | Small fixes to malloc debug.Christopher Ferris2016-04-153-3/+3
* | Small refactor.Christopher Ferris2016-04-1214-138/+193
|/
* Fix race in malloc debug option free_track.Christopher Ferris2016-03-163-21/+79
* Fix problem where unknown option is not an error.Christopher Ferris2016-03-142-1/+9
* malloc_debug: fix multiplication overflow in debug_callocColin Cross2016-03-102-3/+15
* malloc_debug: round 0 byte allocations up to 1 byteColin Cross2016-03-101-3/+16
* malloc_debug: iterate: use usable_sizeColin Cross2016-03-101-1/+1
* Move hard-coded values to constants.Christopher Ferris2016-02-262-39/+64
* Fix wrong guard values for 64 bit.Christopher Ferris2016-02-221-4/+8
* Fix incorrect size of array.Christopher Ferris2016-02-192-2/+1
* malloc_debug: reread /proc/pid/maps when entry is missingColin Cross2016-02-183-40/+48
* Add backtrace_string and export to libmemunreachableColin Cross2016-02-186-23/+59
* Export malloc_backtraceColin Cross2016-02-183-0/+37
* Export malloc_iterate and friendsColin Cross2016-02-186-10/+77
* Merge "malloc_debug: reset TrackData mutex after fork"Colin Cross2016-02-174-0/+51
|\
| * malloc_debug: reset TrackData mutex after forkColin Cross2016-02-124-0/+51
* | Fix the default alignment of the allocations.Christopher Ferris2016-02-129-13/+29
|/
* Remove the unused TrackHeader structure.Christopher Ferris2016-02-022-10/+1
* Add better free tracking.Christopher Ferris2016-01-2914-47/+208
* Add min/max values for config values.Christopher Ferris2016-01-272-24/+209
* Fix gcc test issues.Christopher Ferris2016-01-252-8/+15
* Fix build for gcc.Christopher Ferris2016-01-252-19/+21
* Malloc debug rewrite.Christopher Ferris2016-01-2532-0/+4772