1. dca7229 Skip verify_leak_allocation_limit under HWASan. by Florian Mayer · 3 years, 9 months ago
  2. 0aa87b8 Skip mallinfo / malloc_info tests on HWASan. by Florian Mayer · 3 years, 9 months ago
  3. 459eecb Update for LocalUnwinder object removal. by Christopher Ferris · 4 years ago
  4. 8cbba80 Add documentation about Android 12 bug. by Christopher Ferris · 3 years, 11 months ago
  5. d49ad1e Fix possible nullptr dereference. by Christopher Ferris · 4 years ago
  6. d3f0549 Update for libunwindstack shared_ptr MapInfos. by Christopher Ferris · 5 years ago
  7. 0d7d7ac Remove libc++demangle from static libs. by Liz Kammer · 4 years, 3 months ago
  8. 4ef83d6 Revert "strerror: incl enum name" by Steven Moreland · 4 years, 3 months ago
  9. c3060de strerror: incl enum name by Steven Moreland · 4 years, 4 months ago
  10. 0cc60af Add more tests to TEST_MAPPING by Colin Cross · 4 years, 4 months ago
  11. e07b33d Only run the exec once if test passes. by Christopher Ferris · 4 years, 5 months ago
  12. d9d9ee8 Allow retry of test if log missing. by Christopher Ferris · 4 years, 6 months ago
  13. 4990c2d Read the log while test runs instead of after. by Christopher Ferris · 4 years, 6 months ago
  14. a6035ec Avoid undefined compiler behavior by Christopher Ferris · 4 years, 6 months ago
  15. 5358cc4 Avoid undefined compiler behavior by Greg Kaiser · 4 years, 6 months ago
  16. 33d7337 Fix race when frees after main thread finishes. by Christopher Ferris · 4 years, 7 months ago
  17. a9d0c10 Stop documenting native_heapdump_viewer. by Elliott Hughes · 4 years, 7 months ago
  18. 92b8d64 Update API of MapInfo from libunwindstack by David Srbecky · 4 years, 8 months ago
  19. aa7d835 Add LOCAL_LICENSE_KINDS to bionic by Bob Badour · 5 years ago
  20. 5e44c22 Revert "[LSC] Add LOCAL_LICENSE_KINDS to bionic" by Elliott Hughes · 5 years ago
  21. 48d4303 [LSC] Add LOCAL_LICENSE_KINDS to bionic by Bob Badour · 5 years ago
  22. 8d01fac alloc_debug: get load_bias error by Weiwei.Zhang · 5 years ago
  23. 9bf7817 Fix deadlock/timeout in thread unwinding. by Christopher Ferris · 6 years ago
  24. ad9e99d Include log/log_read.h for reading logs by Tom Cherry · 6 years ago
  25. 1995d74 Remove ANDROID_LOG_RDONLY by Tom Cherry · 6 years ago
  26. 3ff4245 Merge "Add tagged pointers to bionic." by Evgenii Stepanov · 6 years ago
  27. 3b21ada Add tagged pointers to bionic. by Mitch Phillips · 6 years ago
  28. 00a131f Update for change MapInfo constructor. by Christopher Ferris · 6 years ago
  29. 39d9156 Merge "Export the unwinder implementation from libc." by Peter Collingbourne · 6 years ago
  30. ce4c42e Revert "Add tagged pointers to bionic." by Nicolas Geoffray · 6 years ago
  31. 43d5f9d Add tagged pointers to bionic. by Mitch Phillips · 6 years ago
  32. f2b1e03 Export the unwinder implementation from libc. by Peter Collingbourne · 6 years ago
  33. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  34. e4619f7 Add automatic running of tests on bionic changes. by Christopher Ferris · 6 years ago
  35. 6f517cd Rename iterate to malloc_iterate internally. by Christopher Ferris · 6 years ago
  36. ff88fb0 Fix allocations escaping malloc debug. by Christopher Ferris · 6 years ago
  37. f302cfb libc_malloc_[debug|hooks] are not available for platform by Jiyong Park · 6 years ago
  38. e87e0dc Restrict the availability of the bionic libs by Jiyong Park · 6 years ago
  39. 2b0638e Make bionic_malloc.h a platform header. by Christopher Ferris · 6 years ago
  40. 4ea1921 Link libc++demangle. by Dan Albert · 6 years ago
  41. 9782b87 Move to the libc++ demangler. by Christopher Ferris · 6 years ago
  42. 705de3c Disable malloc debug when asan enabled. by Christopher Ferris · 7 years ago
  43. b9667b5 Export some symbols for vendor libmemunreachable by Colin Cross · 7 years ago
  44. d269fcc Avoid using malloc debug code after exit. by Christopher Ferris · 7 years ago
  45. 8189e77 Remove gMallocLeakZygoteChild. by Christopher Ferris · 7 years ago
  46. c328e44 Disable info messages by default for malloc debug. by Christopher Ferris · 7 years ago
  47. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 7 years ago
  48. 76dcc47 Malloc debug: fix mutex deadlock issue by Iris Chang · 7 years ago
  49. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 7 years ago
  50. a22f5d5 Make aligned_alloc match the standard. by Christopher Ferris · 7 years ago
  51. b344150 malloc debug: fix LogFreeError error log by Iris Chang · 7 years ago
  52. 7f209a9 Bionic malloc debug: add a new option "abort_on_error" by Iris Chang · 7 years ago
  53. 770032d Fix/suppress bionic google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
  54. b233fab Fix handling of libs with a ro map and a rx map. by Christopher Ferris · 7 years ago
  55. b3fe013 Merge "Revert "Disable lld, libc_malloc_debug failed to boot."" by Chih-hung Hsieh · 7 years ago
  56. 5679442 Revert "Disable lld, libc_malloc_debug failed to boot." by Chih-hung Hsieh · 7 years ago
  57. 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
  58. 6774cc5 Add new parameter for creation of MapInfo object. by Christopher Ferris · 7 years ago
  59. ad935c8 Add more descriptive text around app starting. by Christopher Ferris · 7 years ago
  60. 0dc7844 Add new malloc benchmarks. by Christopher Ferris · 7 years ago
  61. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  62. 97b4747 Disable malloc debug intercepts when exiting. by Christopher Ferris · 8 years ago
  63. 2e1a40a Change heap dump format slightly. by Christopher Ferris · 8 years ago
  64. 1d52a7b Add an example of how to use multiple options. by Christopher Ferris · 8 years ago
  65. 770cbb3 Point to online documentation. by Christopher Ferris · 8 years ago
  66. 1496718 Link to native_heapdump_viewer.py. by Elliott Hughes · 8 years ago
  67. 93bdd6a Add support for using the new unwinder. by Christopher Ferris · 8 years ago
  68. c151bc3 Fix nullptr dereference during sort. by Christopher Ferris · 8 years ago
  69. 0e87940 Disable lld, libc_malloc_debug failed to boot. by Chih-Hung Hsieh · 8 years ago
  70. 5ad1421 Point to the NDK wrap.sh docs. by Elliott Hughes · 8 years ago
  71. 7dc7d2b Stop claiming that malloc debug is only usable on rooted devices. by Elliott Hughes · 8 years ago
  72. 4da2503 Refactor malloc debug. by Christopher Ferris · 8 years ago
  73. cbc80ba Switch the rest of our internal headers to #pragma once. by Elliott Hughes · 8 years ago
  74. cae21a9 Add aligned_alloc to libc. by Christopher Ferris · 8 years ago
  75. d50a1de Run bpfmt manually. by Elliott Hughes · 8 years ago
  76. 733c1e4 Avoid trademarks. by Elliott Hughes · 8 years ago
  77. 3e23591 Add `struct sigaction64` and `sigaction64`. by Elliott Hughes · 8 years ago
  78. e5fbd98 Merge "Address a bunch of clang-tidy complaints." by Treehugger Robot · 8 years ago
  79. 5cec377 Address a bunch of clang-tidy complaints. by Elliott Hughes · 8 years ago
  80. 1a8106e malloc debug: reset FreeTrackData mutex after fork by Denis Hsu · 8 years ago
  81. 5a1a953 Fix typo in README.md for malloc_debug by Mikhail Naganov · 8 years ago
  82. cabc77f Always wrap waitpid in TEMP_FAILURE_RETRY. by Elliott Hughes · 8 years ago
  83. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  84. 602b88c Provide method to dump backtrace heap data. by Christopher Ferris · 8 years ago
  85. 644275a Improve debug malloc docs slightly for app developers. by Elliott Hughes · 8 years ago
  86. a625ee2 Use libdemangle for function names. by Christopher Ferris · 9 years ago
  87. c0352bb Add offset to backtrace_string printing. by Christopher Ferris · 9 years ago
  88. 4c65669 Update malloc debug documentation. by Christopher Ferris · 9 years ago
  89. 2b0f2a4 Fix missing function export. by Christopher Ferris · 9 years ago
  90. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 9 years ago
  91. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 9 years ago
  92. 2b2b25b Refactor Config from a struct to a class. by Christopher Ferris · 9 years ago
  93. 426b00a Fix the way malloc debug returns info. by Christopher Ferris · 9 years ago
  94. 191d2f3 Removed include log\logger.h from log_fake.cpp by Vijay Venkatraman · 9 years ago
  95. ac81fe8 Enable malloc debug using environment variables by Tamas Berghammer · 9 years ago
  96. a19bc2d Fix uninitialized variable usage. by Christopher Ferris · 9 years ago
  97. ac66d16 Update documentation. by Christopher Ferris · 9 years ago
  98. 4bef281 Fix unittests broken by 545808a by Tamas Berghammer · 9 years ago
  99. 545808a Fix a typo in the debug malloc usage info by Tamas Berghammer · 9 years ago
  100. baa4899 Convert malloc_debug from Android.mk to Android.bp by Colin Cross · 10 years ago