1. c1341e1 Add a log_allocator_stats_on_exit option. by Christopher Ferris · 1 year, 1 month ago
  2. e1aabd2 Insulate against log spam. by Elliott Hughes · 1 year, 1 month ago
  3. 9b88d0a Add record_allocs_on_exit option. by Christopher Ferris · 1 year, 2 months ago
  4. 5610d5a Add support for signal dumping log stats. by Christopher Ferris · 1 year, 9 months ago
  5. 9c06d16 s/master/main/ by Elliott Hughes · 1 year, 10 months ago
  6. 852f9b0 Modify how the malloc debug tests run. by Christopher Ferris · 2 years, 2 months ago
  7. 8655d17 Add aliases for backtrace related options. by Junjie Hu · 2 years, 7 months ago
  8. 2335213 Match argument order in cpp file by Greg Kaiser · 2 years, 7 months ago
  9. f7e8b17 Add the timestamps for each alloc data by Chia-hung Duan · 2 years, 9 months ago
  10. 06993a6 Write record allocs from interrupt handler. by Christopher Ferris · 3 years ago
  11. a383648 Add options to only backtrace specific sizes. by Christopher Ferris · 3 years, 3 months ago
  12. 0d07dcc Make the unit tests isolated. by Christopher Ferris · 3 years, 3 months ago
  13. dfbc59a Use new AndroidLocalUnwinder. by Christopher Ferris · 3 years, 5 months ago
  14. b42e8b4 Add option to force memunreachable check. by Christopher Ferris · 3 years, 3 months ago
  15. 750dcd3 Use SKIP_WITH_HWASAN macro from libbase. by Florian Mayer · 3 years, 4 months ago
  16. dca7229 Skip verify_leak_allocation_limit under HWASan. by Florian Mayer · 3 years, 4 months ago
  17. 0aa87b8 Skip mallinfo / malloc_info tests on HWASan. by Florian Mayer · 3 years, 4 months ago
  18. 459eecb Update for LocalUnwinder object removal. by Christopher Ferris · 3 years, 7 months ago
  19. d3f0549 Update for libunwindstack shared_ptr MapInfos. by Christopher Ferris · 4 years, 7 months ago
  20. 4ef83d6 Revert "strerror: incl enum name" by Steven Moreland · 3 years, 10 months ago
  21. c3060de strerror: incl enum name by Steven Moreland · 3 years, 11 months ago
  22. e07b33d Only run the exec once if test passes. by Christopher Ferris · 4 years ago
  23. d9d9ee8 Allow retry of test if log missing. by Christopher Ferris · 4 years, 1 month ago
  24. 4990c2d Read the log while test runs instead of after. by Christopher Ferris · 4 years, 1 month ago
  25. a6035ec Avoid undefined compiler behavior by Christopher Ferris · 4 years, 1 month ago
  26. 5358cc4 Avoid undefined compiler behavior by Greg Kaiser · 4 years, 1 month ago
  27. 33d7337 Fix race when frees after main thread finishes. by Christopher Ferris · 4 years, 1 month ago
  28. 9bf7817 Fix deadlock/timeout in thread unwinding. by Christopher Ferris · 5 years ago
  29. ad9e99d Include log/log_read.h for reading logs by Tom Cherry · 5 years ago
  30. 1995d74 Remove ANDROID_LOG_RDONLY by Tom Cherry · 5 years ago
  31. 00a131f Update for change MapInfo constructor. by Christopher Ferris · 6 years ago
  32. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  33. e4619f7 Add automatic running of tests on bionic changes. by Christopher Ferris · 6 years ago
  34. ff88fb0 Fix allocations escaping malloc debug. by Christopher Ferris · 6 years ago
  35. 2b0638e Make bionic_malloc.h a platform header. by Christopher Ferris · 6 years ago
  36. d269fcc Avoid using malloc debug code after exit. by Christopher Ferris · 6 years ago
  37. 8189e77 Remove gMallocLeakZygoteChild. by Christopher Ferris · 6 years ago
  38. c328e44 Disable info messages by default for malloc debug. by Christopher Ferris · 6 years ago
  39. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 6 years ago
  40. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 6 years ago
  41. a22f5d5 Make aligned_alloc match the standard. by Christopher Ferris · 6 years ago
  42. b344150 malloc debug: fix LogFreeError error log by Iris Chang · 6 years ago
  43. 7f209a9 Bionic malloc debug: add a new option "abort_on_error" by Iris Chang · 7 years ago
  44. 6774cc5 Add new parameter for creation of MapInfo object. by Christopher Ferris · 7 years ago
  45. 97b4747 Disable malloc debug intercepts when exiting. by Christopher Ferris · 7 years ago
  46. 2e1a40a Change heap dump format slightly. by Christopher Ferris · 7 years ago
  47. 770cbb3 Point to online documentation. by Christopher Ferris · 7 years ago
  48. 93bdd6a Add support for using the new unwinder. by Christopher Ferris · 7 years ago
  49. c151bc3 Fix nullptr dereference during sort. by Christopher Ferris · 7 years ago
  50. 4da2503 Refactor malloc debug. by Christopher Ferris · 7 years ago
  51. cae21a9 Add aligned_alloc to libc. by Christopher Ferris · 8 years ago
  52. cabc77f Always wrap waitpid in TEMP_FAILURE_RETRY. by Elliott Hughes · 8 years ago
  53. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  54. 602b88c Provide method to dump backtrace heap data. by Christopher Ferris · 8 years ago
  55. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 8 years ago
  56. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  57. 2b2b25b Refactor Config from a struct to a class. by Christopher Ferris · 8 years ago
  58. 426b00a Fix the way malloc debug returns info. by Christopher Ferris · 8 years ago
  59. 191d2f3 Removed include log\logger.h from log_fake.cpp by Vijay Venkatraman · 9 years ago
  60. ac81fe8 Enable malloc debug using environment variables by Tamas Berghammer · 9 years ago
  61. 4bef281 Fix unittests broken by 545808a by Tamas Berghammer · 9 years ago
  62. 7bd0178 Add the record alloc option. by Christopher Ferris · 9 years ago
  63. 97fd7d9 Change pointer to allocation in unit tests. by Christopher Ferris · 9 years ago
  64. d091962 Fix race in malloc debug option free_track. by Christopher Ferris · 9 years ago
  65. a4b1425 Fix problem where unknown option is not an error. by Christopher Ferris · 9 years ago
  66. 7877df6 malloc_debug: fix multiplication overflow in debug_calloc by Colin Cross · 9 years ago
  67. 549e522 Move hard-coded values to constants. by Christopher Ferris · 9 years ago
  68. 0e2a026 Fix wrong guard values for 64 bit. by Christopher Ferris · 9 years ago
  69. 869691c Export malloc_iterate and friends by Colin Cross · 10 years ago
  70. 72df670 Fix the default alignment of the allocations. by Christopher Ferris · 9 years ago
  71. 701bb65 Remove the unused TrackHeader structure. by Christopher Ferris · 10 years ago
  72. 7993b80 Add better free tracking. by Christopher Ferris · 10 years ago
  73. 166c853 Add min/max values for config values. by Christopher Ferris · 10 years ago
  74. 1e185a5 Fix gcc test issues. by Christopher Ferris · 10 years ago
  75. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago