1. 8189e77 Remove gMallocLeakZygoteChild. by Christopher Ferris · 6 years ago
  2. c328e44 Disable info messages by default for malloc debug. by Christopher Ferris · 6 years ago
  3. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 6 years ago
  4. 76dcc47 Malloc debug: fix mutex deadlock issue by Iris Chang · 6 years ago
  5. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 6 years ago
  6. a22f5d5 Make aligned_alloc match the standard. by Christopher Ferris · 6 years ago
  7. b344150 malloc debug: fix LogFreeError error log by Iris Chang · 6 years ago
  8. 7f209a9 Bionic malloc debug: add a new option "abort_on_error" by Iris Chang · 7 years ago
  9. 770032d Fix/suppress bionic google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
  10. b233fab Fix handling of libs with a ro map and a rx map. by Christopher Ferris · 7 years ago
  11. b3fe013 Merge "Revert "Disable lld, libc_malloc_debug failed to boot."" by Chih-hung Hsieh · 7 years ago
  12. 5679442 Revert "Disable lld, libc_malloc_debug failed to boot." by Chih-hung Hsieh · 7 years ago
  13. 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
  14. 6774cc5 Add new parameter for creation of MapInfo object. by Christopher Ferris · 7 years ago
  15. ad935c8 Add more descriptive text around app starting. by Christopher Ferris · 7 years ago
  16. 0dc7844 Add new malloc benchmarks. by Christopher Ferris · 7 years ago
  17. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  18. 97b4747 Disable malloc debug intercepts when exiting. by Christopher Ferris · 7 years ago
  19. 2e1a40a Change heap dump format slightly. by Christopher Ferris · 7 years ago
  20. 1d52a7b Add an example of how to use multiple options. by Christopher Ferris · 7 years ago
  21. 770cbb3 Point to online documentation. by Christopher Ferris · 7 years ago
  22. 1496718 Link to native_heapdump_viewer.py. by Elliott Hughes · 7 years ago
  23. 93bdd6a Add support for using the new unwinder. by Christopher Ferris · 7 years ago
  24. c151bc3 Fix nullptr dereference during sort. by Christopher Ferris · 7 years ago
  25. 0e87940 Disable lld, libc_malloc_debug failed to boot. by Chih-Hung Hsieh · 7 years ago
  26. 5ad1421 Point to the NDK wrap.sh docs. by Elliott Hughes · 7 years ago
  27. 7dc7d2b Stop claiming that malloc debug is only usable on rooted devices. by Elliott Hughes · 7 years ago
  28. 4da2503 Refactor malloc debug. by Christopher Ferris · 7 years ago
  29. cbc80ba Switch the rest of our internal headers to #pragma once. by Elliott Hughes · 7 years ago
  30. cae21a9 Add aligned_alloc to libc. by Christopher Ferris · 8 years ago
  31. d50a1de Run bpfmt manually. by Elliott Hughes · 8 years ago
  32. 733c1e4 Avoid trademarks. by Elliott Hughes · 8 years ago
  33. 3e23591 Add `struct sigaction64` and `sigaction64`. by Elliott Hughes · 8 years ago
  34. e5fbd98 Merge "Address a bunch of clang-tidy complaints." by Treehugger Robot · 8 years ago
  35. 5cec377 Address a bunch of clang-tidy complaints. by Elliott Hughes · 8 years ago
  36. 1a8106e malloc debug: reset FreeTrackData mutex after fork by Denis Hsu · 8 years ago
  37. 5a1a953 Fix typo in README.md for malloc_debug by Mikhail Naganov · 8 years ago
  38. cabc77f Always wrap waitpid in TEMP_FAILURE_RETRY. by Elliott Hughes · 8 years ago
  39. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  40. 602b88c Provide method to dump backtrace heap data. by Christopher Ferris · 8 years ago
  41. 644275a Improve debug malloc docs slightly for app developers. by Elliott Hughes · 8 years ago
  42. a625ee2 Use libdemangle for function names. by Christopher Ferris · 8 years ago
  43. c0352bb Add offset to backtrace_string printing. by Christopher Ferris · 8 years ago
  44. 4c65669 Update malloc debug documentation. by Christopher Ferris · 8 years ago
  45. 2b0f2a4 Fix missing function export. by Christopher Ferris · 8 years ago
  46. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 8 years ago
  47. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  48. 2b2b25b Refactor Config from a struct to a class. by Christopher Ferris · 8 years ago
  49. 426b00a Fix the way malloc debug returns info. by Christopher Ferris · 8 years ago
  50. 191d2f3 Removed include log\logger.h from log_fake.cpp by Vijay Venkatraman · 9 years ago
  51. ac81fe8 Enable malloc debug using environment variables by Tamas Berghammer · 9 years ago
  52. a19bc2d Fix uninitialized variable usage. by Christopher Ferris · 9 years ago
  53. ac66d16 Update documentation. by Christopher Ferris · 9 years ago
  54. 4bef281 Fix unittests broken by 545808a by Tamas Berghammer · 9 years ago
  55. 545808a Fix a typo in the debug malloc usage info by Tamas Berghammer · 9 years ago
  56. baa4899 Convert malloc_debug from Android.mk to Android.bp by Colin Cross · 9 years ago
  57. 7bd0178 Add the record alloc option. by Christopher Ferris · 9 years ago
  58. eab4803 Update documentation for malloc debug. by Christopher Ferris · 9 years ago
  59. 9f0aab8 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 9 years ago
  60. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  61. c7bfe2e Update documentation to work with gitiles. by Christopher Ferris · 9 years ago
  62. 97fd7d9 Change pointer to allocation in unit tests. by Christopher Ferris · 9 years ago
  63. 96d961c Merge "Add malloc debug documentation." by Christopher Ferris · 9 years ago
  64. 713a8e3 Add malloc debug documentation. by Christopher Ferris · 9 years ago
  65. ea26b33 Small fixes to malloc debug. by Christopher Ferris · 9 years ago
  66. 55a89a4 Small refactor. by Christopher Ferris · 9 years ago
  67. d091962 Fix race in malloc debug option free_track. by Christopher Ferris · 9 years ago
  68. a4b1425 Fix problem where unknown option is not an error. by Christopher Ferris · 9 years ago
  69. 7877df6 malloc_debug: fix multiplication overflow in debug_calloc by Colin Cross · 9 years ago
  70. 9567c7b malloc_debug: round 0 byte allocations up to 1 byte by Colin Cross · 9 years ago
  71. baa7c6f malloc_debug: iterate: use usable_size by Colin Cross · 9 years ago
  72. 549e522 Move hard-coded values to constants. by Christopher Ferris · 9 years ago
  73. 0e2a026 Fix wrong guard values for 64 bit. by Christopher Ferris · 9 years ago
  74. f499dc9 Fix incorrect size of array. by Christopher Ferris · 9 years ago
  75. d75d4be malloc_debug: reread /proc/pid/maps when entry is missing by Colin Cross · 10 years ago
  76. 2c75991 Add backtrace_string and export to libmemunreachable by Colin Cross · 10 years ago
  77. 2d4721c Export malloc_backtrace by Colin Cross · 10 years ago
  78. 869691c Export malloc_iterate and friends by Colin Cross · 10 years ago
  79. 598cb89 Merge "malloc_debug: reset TrackData mutex after fork" by Colin Cross · 9 years ago
  80. 72df670 Fix the default alignment of the allocations. by Christopher Ferris · 9 years ago
  81. 7a28a3c malloc_debug: reset TrackData mutex after fork by Colin Cross · 10 years ago
  82. 701bb65 Remove the unused TrackHeader structure. by Christopher Ferris · 10 years ago
  83. 7993b80 Add better free tracking. by Christopher Ferris · 10 years ago
  84. 166c853 Add min/max values for config values. by Christopher Ferris · 10 years ago
  85. 1e185a5 Fix gcc test issues. by Christopher Ferris · 10 years ago
  86. f2b67b8 Fix build for gcc. by Christopher Ferris · 10 years ago
  87. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago