1. 7a0224a Change pointer to allocation in unit tests. by Christopher Ferris · 10 years ago
  2. 2b876a6 Add malloc debug documentation. by Christopher Ferris · 10 years ago
  3. 258abf7 Small fixes to malloc debug. by Christopher Ferris · 10 years ago
  4. 97fce67 Fix race in malloc debug option free_track. by Christopher Ferris · 10 years ago
  5. 4451b53 Fix problem where unknown option is not an error. by Christopher Ferris · 10 years ago
  6. 2398386 malloc_debug: fix multiplication overflow in debug_calloc by Colin Cross · 10 years ago
  7. 15af478 malloc_debug: round 0 byte allocations up to 1 byte by Colin Cross · 10 years ago
  8. b23c660 malloc_debug: iterate: use usable_size by Colin Cross · 10 years ago
  9. 598e2c0 Move hard-coded values to constants. by Christopher Ferris · 10 years ago
  10. 1724535 Fix incorrect size of array. by Christopher Ferris · 10 years ago
  11. b7ff533 malloc_debug: reread /proc/pid/maps when entry is missing by Colin Cross · 10 years ago
  12. 6deb304 Add backtrace_string and export to libmemunreachable by Colin Cross · 10 years ago
  13. d6c9b44 Export malloc_backtrace by Colin Cross · 10 years ago
  14. c40577f Export malloc_iterate and friends by Colin Cross · 10 years ago
  15. d863530 malloc_debug: reset TrackData mutex after fork by Colin Cross · 10 years ago
  16. a071f48 Fix wrong guard values for 64 bit. by Christopher Ferris · 10 years ago
  17. 39b952c Fix the default alignment of the allocations. by Christopher Ferris · 10 years ago
  18. 701bb65 Remove the unused TrackHeader structure. by Christopher Ferris · 10 years ago
  19. 7993b80 Add better free tracking. by Christopher Ferris · 10 years ago
  20. 166c853 Add min/max values for config values. by Christopher Ferris · 10 years ago
  21. 1e185a5 Fix gcc test issues. by Christopher Ferris · 10 years ago
  22. f2b67b8 Fix build for gcc. by Christopher Ferris · 10 years ago
  23. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago