1. d269fcc Avoid using malloc debug code after exit. by Christopher Ferris · 6 years ago
  2. 8189e77 Remove gMallocLeakZygoteChild. by Christopher Ferris · 6 years ago
  3. c328e44 Disable info messages by default for malloc debug. by Christopher Ferris · 6 years ago
  4. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 6 years ago
  5. a22f5d5 Make aligned_alloc match the standard. by Christopher Ferris · 6 years ago
  6. 7f209a9 Bionic malloc debug: add a new option "abort_on_error" by Iris Chang · 6 years ago
  7. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  8. 97b4747 Disable malloc debug intercepts when exiting. by Christopher Ferris · 7 years ago
  9. 2e1a40a Change heap dump format slightly. by Christopher Ferris · 7 years ago
  10. 93bdd6a Add support for using the new unwinder. by Christopher Ferris · 7 years ago
  11. 4da2503 Refactor malloc debug. by Christopher Ferris · 7 years ago
  12. cae21a9 Add aligned_alloc to libc. by Christopher Ferris · 7 years ago
  13. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  14. 602b88c Provide method to dump backtrace heap data. by Christopher Ferris · 8 years ago
  15. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 8 years ago
  16. 2b2b25b Refactor Config from a struct to a class. by Christopher Ferris · 8 years ago
  17. ac81fe8 Enable malloc debug using environment variables by Tamas Berghammer · 9 years ago
  18. 7bd0178 Add the record alloc option. by Christopher Ferris · 9 years ago
  19. 55a89a4 Small refactor. by Christopher Ferris · 9 years ago
  20. d091962 Fix race in malloc debug option free_track. by Christopher Ferris · 9 years ago
  21. 7877df6 malloc_debug: fix multiplication overflow in debug_calloc by Colin Cross · 9 years ago
  22. 9567c7b malloc_debug: round 0 byte allocations up to 1 byte by Colin Cross · 9 years ago
  23. baa7c6f malloc_debug: iterate: use usable_size by Colin Cross · 9 years ago
  24. 2c75991 Add backtrace_string and export to libmemunreachable by Colin Cross · 9 years ago
  25. 2d4721c Export malloc_backtrace by Colin Cross · 9 years ago
  26. 869691c Export malloc_iterate and friends by Colin Cross · 9 years ago
  27. 598cb89 Merge "malloc_debug: reset TrackData mutex after fork" by Colin Cross · 9 years ago
  28. 72df670 Fix the default alignment of the allocations. by Christopher Ferris · 9 years ago
  29. 7a28a3c malloc_debug: reset TrackData mutex after fork by Colin Cross · 9 years ago
  30. 7993b80 Add better free tracking. by Christopher Ferris · 9 years ago
  31. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago