Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve debug malloc docs slightly for app developers. | Elliott Hughes | 2017-08-15 | 1 | -11/+41 |
* | Use libdemangle for function names. | Christopher Ferris | 2017-06-02 | 2 | -6/+4 |
* | Add offset to backtrace_string printing. | Christopher Ferris | 2017-05-25 | 1 | -3/+12 |
* | Update malloc debug documentation. | Christopher Ferris | 2017-05-25 | 1 | -12/+44 |
* | Fix missing function export. | Christopher Ferris | 2017-05-19 | 2 | -0/+2 |
* | Add support for modifying decay timer. | Christopher Ferris | 2017-05-15 | 2 | -0/+21 |
* | Move libc_log code into libasync_safe. | Christopher Ferris | 2017-05-03 | 4 | -16/+14 |
* | Refactor Config from a struct to a class. | Christopher Ferris | 2017-04-06 | 15 | -457/+554 |
* | Fix the way malloc debug returns info. | Christopher Ferris | 2017-03-09 | 3 | -12/+17 |
* | Removed include log\logger.h from log_fake.cpp | Vijay Venkatraman | 2017-01-23 | 1 | -1/+0 |
* | Enable malloc debug using environment variables | Tamas Berghammer | 2016-11-17 | 9 | -84/+17 |
* | Fix uninitialized variable usage. | Christopher Ferris | 2016-11-16 | 1 | -0/+2 |
* | Update documentation. | Christopher Ferris | 2016-09-28 | 2 | -2/+14 |
* | Fix unittests broken by 545808a | Tamas Berghammer | 2016-09-07 | 1 | -1/+1 |
* | Fix a typo in the debug malloc usage info | Tamas Berghammer | 2016-08-26 | 1 | -1/+1 |
* | Convert malloc_debug from Android.mk to Android.bp | Colin Cross | 2016-07-14 | 2 | -111/+132 |
* | Add the record alloc option. | Christopher Ferris | 2016-07-08 | 11 | -179/+1126 |
* | Update documentation for malloc debug. | Christopher Ferris | 2016-05-25 | 2 | -3/+140 |
* | Merge "Fix google-explicit-constructor warnings." | Chih-hung Hsieh | 2016-05-04 | 1 | -1/+1 |
|\ | |||||
| * | Fix google-explicit-constructor warnings. | Chih-Hung Hsieh | 2016-05-03 | 1 | -1/+1 |
* | | Update documentation to work with gitiles. | Christopher Ferris | 2016-04-26 | 2 | -139/+99 |
|/ | |||||
* | Change pointer to allocation in unit tests. | Christopher Ferris | 2016-04-20 | 1 | -15/+15 |
* | Merge "Add malloc debug documentation." | Christopher Ferris | 2016-04-19 | 2 | -0/+394 |
|\ | |||||
| * | Add malloc debug documentation. | Christopher Ferris | 2016-04-15 | 2 | -0/+394 |
* | | Small fixes to malloc debug. | Christopher Ferris | 2016-04-15 | 3 | -3/+3 |
* | | Small refactor. | Christopher Ferris | 2016-04-12 | 14 | -138/+193 |
|/ | |||||
* | Fix race in malloc debug option free_track. | Christopher Ferris | 2016-03-16 | 3 | -21/+79 |
* | Fix problem where unknown option is not an error. | Christopher Ferris | 2016-03-14 | 2 | -1/+9 |
* | malloc_debug: fix multiplication overflow in debug_calloc | Colin Cross | 2016-03-10 | 2 | -3/+15 |
* | malloc_debug: round 0 byte allocations up to 1 byte | Colin Cross | 2016-03-10 | 1 | -3/+16 |
* | malloc_debug: iterate: use usable_size | Colin Cross | 2016-03-10 | 1 | -1/+1 |
* | Move hard-coded values to constants. | Christopher Ferris | 2016-02-26 | 2 | -39/+64 |
* | Fix wrong guard values for 64 bit. | Christopher Ferris | 2016-02-22 | 1 | -4/+8 |
* | Fix incorrect size of array. | Christopher Ferris | 2016-02-19 | 2 | -2/+1 |
* | malloc_debug: reread /proc/pid/maps when entry is missing | Colin Cross | 2016-02-18 | 3 | -40/+48 |
* | Add backtrace_string and export to libmemunreachable | Colin Cross | 2016-02-18 | 6 | -23/+59 |
* | Export malloc_backtrace | Colin Cross | 2016-02-18 | 3 | -0/+37 |
* | Export malloc_iterate and friends | Colin Cross | 2016-02-18 | 6 | -10/+77 |
* | Merge "malloc_debug: reset TrackData mutex after fork" | Colin Cross | 2016-02-17 | 4 | -0/+51 |
|\ | |||||
| * | malloc_debug: reset TrackData mutex after fork | Colin Cross | 2016-02-12 | 4 | -0/+51 |
* | | Fix the default alignment of the allocations. | Christopher Ferris | 2016-02-12 | 9 | -13/+29 |
|/ | |||||
* | Remove the unused TrackHeader structure. | Christopher Ferris | 2016-02-02 | 2 | -10/+1 |
* | Add better free tracking. | Christopher Ferris | 2016-01-29 | 14 | -47/+208 |
* | Add min/max values for config values. | Christopher Ferris | 2016-01-27 | 2 | -24/+209 |
* | Fix gcc test issues. | Christopher Ferris | 2016-01-25 | 2 | -8/+15 |
* | Fix build for gcc. | Christopher Ferris | 2016-01-25 | 2 | -19/+21 |
* | Malloc debug rewrite. | Christopher Ferris | 2016-01-25 | 32 | -0/+4772 |