1. 44f0faa Add support for new scudo mallopt options. by Christopher Ferris · 5 years ago
  2. 45819dd Allow android_mallopt(M_SET_HEAP_TAGGING_LEVEL) to control scudo heap tagging. by Peter Collingbourne · 6 years ago
  3. cce88c0 Update malloc_info test for scudo. by Christopher Ferris · 5 years ago
  4. 201dcf4 Add a disabled test to verify alloc after fork. by Christopher Ferris · 5 years ago
  5. b874c33 Use platform signal name. by Christopher Ferris · 6 years ago
  6. f5421dd Merge "Add new malloc align tests." by Christopher Ferris · 6 years ago
  7. 175c886 allow for heapprofd's signal to be multiplexed by Ryan Savitski · 6 years ago
  8. f32494c Add new malloc align tests. by Christopher Ferris · 6 years ago
  9. ff88fb0 Fix allocations escaping malloc debug. by Christopher Ferris · 6 years ago
  10. 8516965 Add support for scudo. by Christopher Ferris · 6 years ago
  11. 2b0638e Make bionic_malloc.h a platform header. by Christopher Ferris · 6 years ago
  12. 804cebe Run pvalloc/valloc tests in unsupported envs. by Christopher Ferris · 6 years ago
  13. d5ab0a5 Change pvalloc call to valloc in test. by Christopher Ferris · 6 years ago
  14. db9706a Fix malloc_info missing large allocs. by Christopher Ferris · 6 years ago
  15. 1090720 Convert new tests to GTEST_SKIP. by Elliott Hughes · 6 years ago
  16. e082884 Merge "bionic tests: use GTEST_SKIP." by Elliott Hughes · 6 years ago
  17. 8de6b46 Disable malloc_info test under HWASan. by Evgenii Stepanov · 6 years ago
  18. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 6 years ago
  19. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  20. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 6 years ago
  21. e4cdbc4 Refactor malloc common into distinct pieces. by Christopher Ferris · 6 years ago
  22. 4e56228 Fix flakiness of mallinfo test. by Christopher Ferris · 6 years ago
  23. f827d82 Merge "Cleanup bionic tests with hwasan." by Evgenii Stepanov · 6 years ago
  24. 7cc6706 Cleanup bionic tests with hwasan. by Evgenii Stepanov · 6 years ago
  25. ecc37e3 conditional zygote child heap profiling + android_internal_mallopt by Ryan Savitski · 7 years ago
  26. 09a19aa Add test for mallinfo. by Christopher Ferris · 7 years ago
  27. af1b8dd Add smoke tests for mallopt options. by Christopher Ferris · 7 years ago
  28. acd6f4f Disable a few bionic tests under HWASan. by Evgenii Stepanov · 7 years ago
  29. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  30. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  31. 3a32d95 Update posix_memalign testing. by Christopher Ferris · 8 years ago
  32. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 8 years ago
  33. 72df670 Fix the default alignment of the allocations. by Christopher Ferris · 9 years ago
  34. 884f76e Add tests for zero-sized allocations. by Elliott Hughes · 9 years ago
  35. ad33ebe Fix bug in dlmalloc's version of calloc. by Christopher Ferris · 10 years ago
  36. 4caa1f0 Implement malloc_info(3). by Dan Albert · 11 years ago
  37. 6361964 Use a separate config.h for config like defines. by Christopher Ferris · 11 years ago
  38. e5fdaa4 Revert "Backing this one out since the counterpart needs to be sent upstream." by Dan Albert · 11 years ago
  39. a04d2bc Backing this one out since the counterpart needs to be sent upstream. by Dan Albert · 11 years ago
  40. 5ee320d Hides valloc(3)/pvalloc(3) on LP64. by Dan Albert · 11 years ago
  41. a403780 Put all allocation functions into dispatch table. by Christopher Ferris · 11 years ago
  42. 72bbd42 Support for jemalloc to replace dlmalloc. by Christopher Ferris · 11 years ago
  43. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 12 years ago