1. 32bf43f Rename debug_stacktrace to debug_backtrace. by Elliott Hughes · 10 years ago
  2. 88a1f52 Add a way to disable backtracing in malloc debug. by Christopher Ferris · 11 years ago
  3. 861c0ef Use libunwindbacktrace for debug malloc code. by Christopher Ferris · 11 years ago
  4. 91570ce Slim down static binaries by avoiding stdio. by Elliott Hughes · 11 years ago
  5. dda1c6c Do not include libc_common in malloc debug code. by Christopher Ferris · 11 years ago
  6. 03eebcb Move common macros into bionic_macros.h. by Christopher Ferris · 11 years ago
  7. a403780 Put all allocation functions into dispatch table. by Christopher Ferris · 11 years ago
  8. 8e52e8f Fix debug malloc. by Elliott Hughes · 11 years ago
  9. 72bbd42 Support for jemalloc to replace dlmalloc. by Christopher Ferris · 11 years ago
  10. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  11. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  12. ef0696d Fix malloc debugging for LP64. by Elliott Hughes · 12 years ago
  13. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 12 years ago
  14. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  15. 9c81892 Don't claim there were no leaks if we weren't even checking. by Elliott Hughes · 12 years ago
  16. 1d12d57 Say explicitly if there were no leaks. by Elliott Hughes · 12 years ago
  17. 35b621c Don't collect useless stack frames; do demangle C++ symbols. by Elliott Hughes · 12 years ago
  18. 239e7a0 More debug malloc fixes. by Elliott Hughes · 12 years ago
  19. 848247a Don't free anything when reporting leaks. by Elliott Hughes · 12 years ago
  20. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 12 years ago
  21. e7e274b Fix realloc(3) when chk_malloc debugging is on. by Elliott Hughes · 13 years ago
  22. 3b297c4 Fix dlerror(3). by Elliott Hughes · 13 years ago
  23. c4d1fec Clean up warnings in the malloc_debug_* files. by Elliott Hughes · 13 years ago[Renamed (74%) from libc/bionic/malloc_debug_check.c]
  24. e1dd3c2 bionic: import heaptracker as chk_malloc by Iliyan Malchev · 13 years ago