1. 9cad842 [MemInit] Remove old API, introduce new MemInit API. by Mitch Phillips · 4 years, 6 months ago
  2. 7336663 Remove the now-unnecessary android_mallopt() options. by Elliott Hughes · 4 years, 6 months ago
  3. 446b4dd Make "disable memory mitigations" and "set heap tagging level" more available. by Elliott Hughes · 4 years, 6 months ago
  4. 2210b8d [Tagged Pointers] Allow probing the current TP level w/ locking. by Mitch Phillips · 4 years, 8 months ago
  5. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 4 years, 10 months ago
  6. bba80dc [GWP-ASan] Fix non-reentrant libc_globals init behaviour. by Mitch Phillips · 5 years ago
  7. f3968e8 [GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks). by Mitch Phillips · 5 years ago
  8. 3b21ada Add tagged pointers to bionic. by Mitch Phillips · 6 years ago
  9. 5c9efd1 Merge "Revert "Add tagged pointers to bionic."" by Nicolas Geoffray · 5 years ago
  10. ce4c42e Revert "Add tagged pointers to bionic." by Nicolas Geoffray · 5 years ago
  11. 3460b6c Merge "Add tagged pointers to bionic." by Mitch Phillips · 5 years ago
  12. 43d5f9d Add tagged pointers to bionic. by Mitch Phillips · 6 years ago
  13. 1e110fb Add an android_mallopt for controlling the heap tagging level. by Peter Collingbourne · 6 years ago
  14. 6f517cd Rename iterate to malloc_iterate internally. by Christopher Ferris · 6 years ago
  15. 2b0638e Make bionic_malloc.h a platform header. by Christopher Ferris · 6 years ago
  16. 31fe3c6 Merge "Move all leak info functions to android_mallopt." by Christopher Ferris · 6 years ago
  17. 390be50 Workaround ASan not knowing about reallocarray. by Elliott Hughes · 6 years ago
  18. 30659fd Move all leak info functions to android_mallopt. by Christopher Ferris · 6 years ago
  19. 8189e77 Remove gMallocLeakZygoteChild. by Christopher Ferris · 6 years ago
  20. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 6 years ago
  21. fa10a3a Add malloc_info for sanitizer. by Christopher Ferris · 6 years ago
  22. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 6 years ago
  23. a21f6cc Log when malloc functions fail. by Elliott Hughes · 6 years ago
  24. e4cdbc4 Refactor malloc common into distinct pieces. by Christopher Ferris · 6 years ago
  25. 62e1e2c Modify malloc common function pointers. by Christopher Ferris · 6 years ago
  26. f671e03 Do not dlclose after failed reinit. by Florian Mayer · 6 years ago
  27. db59b89 Allow to reset malloc hooks. by Florian Mayer · 7 years ago
  28. ecc37e3 conditional zygote child heap profiling + android_internal_mallopt by Ryan Savitski · 7 years ago
  29. 3a538a4 Do not run heapprofd_initialize twice concurrently. by Florian Mayer · 7 years ago
  30. 5332af6 Make __libc_init_malloc weak-for-native-bridge by dimitry · 7 years ago
  31. 9f1fddc Merge "Use cmdline instead for enabling heapprofd." by Florian Mayer · 7 years ago
  32. 4e28ea1 Use cmdline instead for enabling heapprofd. by Florian Mayer · 7 years ago
  33. e965bcd Fix minor bug in dispatch table initialization order. by Florian Mayer · 7 years ago
  34. 0dbe6d1 System property for heapprofd at process startup. by Florian Mayer · 7 years ago
  35. 176a475 Allow to re-initialize heapprofd. by Florian Mayer · 7 years ago
  36. f7f71e3 Add RT signal to load heapprofd library. by Florian Mayer · 7 years ago
  37. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  38. be551f5 HWASan support in bionic. by Evgenii Stepanov · 7 years ago
  39. 2e1a40a Change heap dump format slightly. by Christopher Ferris · 7 years ago
  40. db478a6 Implement malloc hooks. by Christopher Ferris · 7 years ago
  41. cae21a9 Add aligned_alloc to libc. by Christopher Ferris · 7 years ago
  42. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 8 years ago
  43. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  44. ac81fe8 Enable malloc debug using environment variables by Tamas Berghammer · 9 years ago
  45. 20f2c1e Init functions after debug malloc succeeds. by Christopher Ferris · 9 years ago
  46. 2d4721c Export malloc_backtrace by Colin Cross · 9 years ago
  47. 869691c Export malloc_iterate and friends by Colin Cross · 9 years ago
  48. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago