1. ac81fe8 Enable malloc debug using environment variables by Tamas Berghammer · 9 years ago
  2. a19bc2d Fix uninitialized variable usage. by Christopher Ferris · 9 years ago
  3. ac66d16 Update documentation. by Christopher Ferris · 9 years ago
  4. 4bef281 Fix unittests broken by 545808a by Tamas Berghammer · 9 years ago
  5. 545808a Fix a typo in the debug malloc usage info by Tamas Berghammer · 9 years ago
  6. baa4899 Convert malloc_debug from Android.mk to Android.bp by Colin Cross · 9 years ago
  7. 7bd0178 Add the record alloc option. by Christopher Ferris · 9 years ago
  8. eab4803 Update documentation for malloc debug. by Christopher Ferris · 9 years ago
  9. 9f0aab8 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 9 years ago
  10. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  11. c7bfe2e Update documentation to work with gitiles. by Christopher Ferris · 9 years ago
  12. 97fd7d9 Change pointer to allocation in unit tests. by Christopher Ferris · 9 years ago
  13. 96d961c Merge "Add malloc debug documentation." by Christopher Ferris · 9 years ago
  14. 713a8e3 Add malloc debug documentation. by Christopher Ferris · 9 years ago
  15. ea26b33 Small fixes to malloc debug. by Christopher Ferris · 9 years ago
  16. 55a89a4 Small refactor. by Christopher Ferris · 9 years ago
  17. d091962 Fix race in malloc debug option free_track. by Christopher Ferris · 9 years ago
  18. a4b1425 Fix problem where unknown option is not an error. by Christopher Ferris · 9 years ago
  19. 7877df6 malloc_debug: fix multiplication overflow in debug_calloc by Colin Cross · 9 years ago
  20. 9567c7b malloc_debug: round 0 byte allocations up to 1 byte by Colin Cross · 9 years ago
  21. baa7c6f malloc_debug: iterate: use usable_size by Colin Cross · 9 years ago
  22. 549e522 Move hard-coded values to constants. by Christopher Ferris · 9 years ago
  23. 0e2a026 Fix wrong guard values for 64 bit. by Christopher Ferris · 9 years ago
  24. f499dc9 Fix incorrect size of array. by Christopher Ferris · 9 years ago
  25. d75d4be malloc_debug: reread /proc/pid/maps when entry is missing by Colin Cross · 10 years ago
  26. 2c75991 Add backtrace_string and export to libmemunreachable by Colin Cross · 10 years ago
  27. 2d4721c Export malloc_backtrace by Colin Cross · 10 years ago
  28. 869691c Export malloc_iterate and friends by Colin Cross · 10 years ago
  29. 598cb89 Merge "malloc_debug: reset TrackData mutex after fork" by Colin Cross · 9 years ago
  30. 72df670 Fix the default alignment of the allocations. by Christopher Ferris · 9 years ago
  31. 7a28a3c malloc_debug: reset TrackData mutex after fork by Colin Cross · 10 years ago
  32. 701bb65 Remove the unused TrackHeader structure. by Christopher Ferris · 10 years ago
  33. 7993b80 Add better free tracking. by Christopher Ferris · 10 years ago
  34. 166c853 Add min/max values for config values. by Christopher Ferris · 10 years ago
  35. 1e185a5 Fix gcc test issues. by Christopher Ferris · 10 years ago
  36. f2b67b8 Fix build for gcc. by Christopher Ferris · 10 years ago
  37. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago