1. dc9b0fd Revert^4 "Use DoNotOptimize rather than rely on a volatile." by Christopher Ferris · 11 months ago
  2. f5d5f83 Revert^3 "Use DoNotOptimize rather than rely on a volatile." by Liana Kazanova · 11 months ago
  3. aad7abb Revert^2 "Use DoNotOptimize rather than rely on a volatile." by Christopher Ferris · 11 months ago
  4. 8469cdc Revert "Use DoNotOptimize rather than rely on a volatile." by Priyanka Advani (xWF) · 11 months ago
  5. ea0b7fc Use DoNotOptimize rather than rely on a volatile. by Christopher Ferris · 11 months ago
  6. fb4b87b Disable hwasan tests on zero checking tests. by Christopher Ferris · 1 year, 1 month ago
  7. d06e2e7 Merge "Rename GWP-ASan android_mallopt() arguments" into main by Treehugger Robot · 1 year, 4 months ago
  8. ebc2ac9 Rename GWP-ASan android_mallopt() arguments by Mitch Phillips · 1 year, 4 months ago
  9. 6abb406 [scudo] -1 is also valid for M_DECAY_TIME by Chia-hung Duan · 1 year, 4 months ago
  10. f40f258 Avoid printing char16_t* and wchar_t to gtest Message by Ryan Prichard · 1 year, 8 months ago
  11. b4e560e Add android_mallopt M_GET_DECAY_TIME_ENABLED. by Christopher Ferris · 1 year, 10 months ago
  12. 95646e6 Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). by Elliott Hughes · 1 year, 11 months ago
  13. 3008884 Consistent qualifier ordering. by Elliott Hughes · 2 years ago
  14. e9ffc52 Increase time to set allocation limit. by Christopher Ferris · 2 years, 1 month ago
  15. fe13041 Fix potential flakiness in android_mallopt test. by Christopher Ferris · 2 years, 1 month ago
  16. e9a7b81 Add new mallopt M_LOG_STATS. by Christopher Ferris · 2 years, 4 months ago
  17. 5907556 Add annotations. by Christopher Ferris · 2 years, 5 months ago
  18. d86eb86 Add support for M_PURGE_ALL. by Christopher Ferris · 2 years, 6 months ago
  19. 02b6bbc Verify that allocated memory is always zeroed. by Christopher Ferris · 3 years, 3 months ago
  20. 2ef5937 Only run mallopt_smoke test on bionic. by Christopher Ferris · 2 years, 7 months ago
  21. cc61ad8 Add android_mallopt to query MTE stack state by Florian Mayer · 3 years ago
  22. 3865c8f Merge "[GWP-ASan] Provide runtime configuration through an env var + sysprop." by Mitch Phillips · 3 years, 4 months ago
  23. e6997d5 [GWP-ASan] Provide runtime configuration through an env var + sysprop. by Mitch Phillips · 4 years, 9 months ago
  24. 750dcd3 Use SKIP_WITH_HWASAN macro from libbase. by Florian Mayer · 3 years, 4 months ago
  25. fdced95 Enable mallinfo tests for musl by Colin Cross · 3 years, 7 months ago
  26. 8248e62 Add mallinfo2 call. by Christopher Ferris · 3 years, 9 months ago
  27. f0d7a34 Regression test for scudo crash in resizeTaggedChunk. by Evgenii Stepanov · 3 years, 9 months ago
  28. 2abfa9e Update to v5.15 kernel headers. by Christopher Ferris · 3 years, 10 months ago
  29. b34d313 Merge "Random HWASan cleanups." by Evgenii Stepanov · 4 years ago
  30. 4edbcee Random HWASan cleanups. by Evgenii Stepanov · 4 years ago
  31. b3cac0f Update allocator alignment tests. by Christopher Ferris · 4 years ago
  32. 8f9713e Fix broken return code of M_INITIALIZE_GWP_ASAN. by Christopher Ferris · 4 years ago
  33. 4c5595c Replace local MUSL define with global ANDROID_HOST_MUSL by Colin Cross · 4 years ago
  34. 7da2034 Build bionic unit tests for musl by Colin Cross · 4 years, 1 month ago
  35. 7c0ce86 Skip the malloc_slack test on native bridge. by Christopher Ferris · 4 years, 3 months ago
  36. 2659d7b Add some slack at the end of large allocations when target SDK level < S. by Peter Collingbourne · 4 years, 6 months ago
  37. 9cad842 [MemInit] Remove old API, introduce new MemInit API. by Mitch Phillips · 4 years, 7 months ago
  38. 446b4dd Make "disable memory mitigations" and "set heap tagging level" more available. by Elliott Hughes · 4 years, 7 months ago
  39. 7e20117 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 4 years, 8 months ago
  40. 7cda75f Add DoNotOptimize and use it in tests. by Elliott Hughes · 4 years, 10 months ago
  41. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 5 years ago
  42. 978eb16 Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h. by Peter Collingbourne · 5 years ago
  43. 8844879 Add support for new scudo mallopt options. by Christopher Ferris · 5 years ago
  44. d306001 Introduce a new heap tagging level, M_HEAP_TAGGING_LEVEL_SYNC. by Peter Collingbourne · 5 years ago
  45. edaf03e Remove `return` after `GTEST_SKIP`. by Elliott Hughes · 5 years ago
  46. 45819dd Allow android_mallopt(M_SET_HEAP_TAGGING_LEVEL) to control scudo heap tagging. by Peter Collingbourne · 6 years ago
  47. cce88c0 Update malloc_info test for scudo. by Christopher Ferris · 6 years ago
  48. 201dcf4 Add a disabled test to verify alloc after fork. by Christopher Ferris · 6 years ago
  49. b874c33 Use platform signal name. by Christopher Ferris · 6 years ago
  50. f5421dd Merge "Add new malloc align tests." by Christopher Ferris · 6 years ago
  51. 175c886 allow for heapprofd's signal to be multiplexed by Ryan Savitski · 6 years ago
  52. f32494c Add new malloc align tests. by Christopher Ferris · 6 years ago
  53. ff88fb0 Fix allocations escaping malloc debug. by Christopher Ferris · 6 years ago
  54. 8516965 Add support for scudo. by Christopher Ferris · 6 years ago
  55. 2b0638e Make bionic_malloc.h a platform header. by Christopher Ferris · 6 years ago
  56. 804cebe Run pvalloc/valloc tests in unsupported envs. by Christopher Ferris · 6 years ago
  57. d5ab0a5 Change pvalloc call to valloc in test. by Christopher Ferris · 6 years ago
  58. db9706a Fix malloc_info missing large allocs. by Christopher Ferris · 6 years ago
  59. 1090720 Convert new tests to GTEST_SKIP. by Elliott Hughes · 6 years ago
  60. e082884 Merge "bionic tests: use GTEST_SKIP." by Elliott Hughes · 6 years ago
  61. 8de6b46 Disable malloc_info test under HWASan. by Evgenii Stepanov · 6 years ago
  62. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 7 years ago
  63. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  64. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 6 years ago
  65. e4cdbc4 Refactor malloc common into distinct pieces. by Christopher Ferris · 7 years ago
  66. 4e56228 Fix flakiness of mallinfo test. by Christopher Ferris · 7 years ago
  67. f827d82 Merge "Cleanup bionic tests with hwasan." by Evgenii Stepanov · 7 years ago
  68. 7cc6706 Cleanup bionic tests with hwasan. by Evgenii Stepanov · 7 years ago
  69. ecc37e3 conditional zygote child heap profiling + android_internal_mallopt by Ryan Savitski · 7 years ago
  70. 09a19aa Add test for mallinfo. by Christopher Ferris · 7 years ago
  71. af1b8dd Add smoke tests for mallopt options. by Christopher Ferris · 7 years ago
  72. acd6f4f Disable a few bionic tests under HWASan. by Evgenii Stepanov · 7 years ago
  73. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  74. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  75. 3a32d95 Update posix_memalign testing. by Christopher Ferris · 8 years ago
  76. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 8 years ago
  77. 72df670 Fix the default alignment of the allocations. by Christopher Ferris · 10 years ago
  78. 884f76e Add tests for zero-sized allocations. by Elliott Hughes · 10 years ago
  79. ad33ebe Fix bug in dlmalloc's version of calloc. by Christopher Ferris · 10 years ago
  80. 4caa1f0 Implement malloc_info(3). by Dan Albert · 11 years ago
  81. 6361964 Use a separate config.h for config like defines. by Christopher Ferris · 11 years ago
  82. e5fdaa4 Revert "Backing this one out since the counterpart needs to be sent upstream." by Dan Albert · 11 years ago
  83. a04d2bc Backing this one out since the counterpart needs to be sent upstream. by Dan Albert · 11 years ago
  84. 5ee320d Hides valloc(3)/pvalloc(3) on LP64. by Dan Albert · 11 years ago
  85. a403780 Put all allocation functions into dispatch table. by Christopher Ferris · 11 years ago
  86. 72bbd42 Support for jemalloc to replace dlmalloc. by Christopher Ferris · 11 years ago
  87. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 12 years ago