1. 72bbd42 Support for jemalloc to replace dlmalloc. by Christopher Ferris · 11 years ago
  2. 7c9923d Export get_malloc_leak_info and free_malloc_leak_info, used by ddms. by Elliott Hughes · 11 years ago
  3. 6b7987c Hide various debug malloc implementation details. by Elliott Hughes · 11 years ago
  4. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  5. 64b2963 Fix debug malloc for LP64. by Elliott Hughes · 11 years ago
  6. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  7. 35c1862 Don't export unnecessary symbol. by Nick Kralevich · 12 years ago
  8. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 12 years ago
  9. 25a87f7 Fix declaration of malloc_usable_size() by David 'Digit' Turner · 12 years ago
  10. ea48974 Use hidden visibility for internal-use-only functions by Kito Cheng · 12 years ago
  11. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  12. e4ccf5a __progname should be const char*, not char*. by Elliott Hughes · 12 years ago
  13. 9c81892 Don't claim there were no leaks if we weren't even checking. by Elliott Hughes · 12 years ago
  14. 239e7a0 More debug malloc fixes. by Elliott Hughes · 12 years ago
  15. 84f8b5f Disable leak checking for mksh; it's way too leaky. by Elliott Hughes · 12 years ago
  16. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 12 years ago
  17. db492b3 Fix debug malloc. by Elliott Hughes · 12 years ago
  18. 3b297c4 Fix dlerror(3). by Elliott Hughes · 13 years ago
  19. e5d5f7f Fix two comment typos. by Elliott Hughes · 13 years ago
  20. c4d1fec Clean up warnings in the malloc_debug_* files. by Elliott Hughes · 13 years ago[Renamed (74%) from libc/bionic/malloc_debug_common.c]
  21. bfc1d97 Restore posix_memalign by Brian Carlstrom · 13 years ago
  22. 9990891 Upgrade to dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  23. e1dd3c2 bionic: import heaptracker as chk_malloc by Iliyan Malchev · 13 years ago
  24. 7d2e24e bionic: introduce libc.debug.malloc.program by Iliyan Malchev · 13 years ago
  25. 0f55870 removing shadowing redeclaration of result by Christopher Schwardt · 14 years ago
  26. 9d8be54 get_malloc_leak_info: Fix assumption that totalMemory out parameter was initialized to zero. by tedbo · 15 years ago
  27. 52e7d3d Bulletproof leak dump against null hash entries by Christopher Tate · 15 years ago
  28. 95faece merge from open-source master by The Android Open Source Project · 15 years ago
  29. 75fba68 Merge memory checking functionality from sandbox by Vladimir Chtchetkine · 15 years ago
  30. b74ceb2 Split libc_debug.so into two .so modules loaded on demand from libc.so by Vladimir Chtchetkine · 16 years ago