1. d8ad152 Disable USE_SCUDO branches for HWASan by Florian Mayer · 1 year, 4 months ago
  2. 73750dc Move memtag_stack out of libc_globals by Florian Mayer · 1 year, 5 months ago
  3. af06759 Plumb scudo_stack_depot_size to debuggerd_process_info by Florian Mayer · 1 year, 8 months ago
  4. b4e560e Add android_mallopt M_GET_DECAY_TIME_ENABLED. by Christopher Ferris · 1 year, 9 months ago
  5. 347dc62 Plumb scudo_ring_buffer_size to debuggerd_process_info by Florian Mayer · 2 years, 7 months ago
  6. cc61ad8 Add android_mallopt to query MTE stack state by Florian Mayer · 2 years, 11 months ago
  7. e6997d5 [GWP-ASan] Provide runtime configuration through an env var + sysprop. by Mitch Phillips · 4 years, 8 months ago
  8. 8f9713e Fix broken return code of M_INITIALIZE_GWP_ASAN. by Christopher Ferris · 3 years, 10 months ago
  9. 2753fc8 Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info(). by Peter Collingbourne · 4 years, 7 months ago
  10. 9cad842 [MemInit] Remove old API, introduce new MemInit API. by Mitch Phillips · 4 years, 6 months ago
  11. 7336663 Remove the now-unnecessary android_mallopt() options. by Elliott Hughes · 4 years, 7 months ago
  12. 446b4dd Make "disable memory mitigations" and "set heap tagging level" more available. by Elliott Hughes · 4 years, 7 months ago
  13. 2210b8d [Tagged Pointers] Allow probing the current TP level w/ locking. by Mitch Phillips · 4 years, 8 months ago
  14. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 4 years, 11 months ago
  15. d306001 Introduce a new heap tagging level, M_HEAP_TAGGING_LEVEL_SYNC. by Peter Collingbourne · 5 years ago
  16. 8116b70 Rename APEX Namespace by Kiyoung Kim · 5 years ago
  17. 06ea3cf Merge "Enable scudo for non-svelte configs." by Christopher Ferris · 5 years ago
  18. 260fa1e Merge "[GWP-ASan] Fix non-reentrant libc_globals init behaviour." by Treehugger Robot · 5 years ago
  19. 18b2891 Merge "[malloc dispatch] Install dispatch over the top of GWP-ASan." by Treehugger Robot · 5 years ago
  20. 3083cc9 [malloc dispatch] Install dispatch over the top of GWP-ASan. by Mitch Phillips · 5 years ago
  21. bba80dc [GWP-ASan] Fix non-reentrant libc_globals init behaviour. by Mitch Phillips · 5 years ago
  22. 062eba2 Enable scudo for non-svelte configs. by Christopher Ferris · 5 years ago
  23. 65cbad1 Merge "Use "com.android.runtime" for its link namespace" by Treehugger Robot · 5 years ago
  24. f3968e8 [GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks). by Mitch Phillips · 5 years ago
  25. d55689b Use "com.android.runtime" for its link namespace by Jooyung Han · 5 years ago
  26. c8226ec Merge "Revert "Enable the scudo native allocator."" by Christopher Ferris · 6 years ago
  27. 9981a1d Revert "Enable the scudo native allocator." by Anna Trostanetski · 6 years ago
  28. b72fed1 Merge "allow for heapprofd's signal to be multiplexed" by Ryan Savitski · 6 years ago
  29. 175c886 allow for heapprofd's signal to be multiplexed by Ryan Savitski · 6 years ago
  30. b198958 Enable the scudo native allocator. by Christopher Ferris · 6 years ago
  31. 1e110fb Add an android_mallopt for controlling the heap tagging level. by Peter Collingbourne · 6 years ago
  32. 5105ece Revert "Enable the scudo native allocator." by Ytai Ben-tsvi · 6 years ago
  33. 6ffbe97 Enable the scudo native allocator. by Christopher Ferris · 6 years ago
  34. edbc9e2 Make android_mallopt weak for native bridge by Evgeny Eltsin · 6 years ago
  35. 6f517cd Rename iterate to malloc_iterate internally. by Christopher Ferris · 6 years ago
  36. 2b0638e Make bionic_malloc.h a platform header. by Christopher Ferris · 6 years ago
  37. 23c056d Add removed platform functions used by apps. by Christopher Ferris · 6 years ago
  38. 30659fd Move all leak info functions to android_mallopt. by Christopher Ferris · 6 years ago
  39. 8189e77 Remove gMallocLeakZygoteChild. by Christopher Ferris · 6 years ago
  40. 5569650 Don't load libc_malloc_* libs from runtime ns for libc_scudo by Jiyong Park · 6 years ago
  41. 3ff116a Load libc_malloc_* libraries from the runtime APEX by Jiyong Park · 6 years ago
  42. c328e44 Disable info messages by default for malloc debug. by Christopher Ferris · 6 years ago
  43. 1e3758e Fix double initialization call. by Christopher Ferris · 6 years ago
  44. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 6 years ago
  45. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 6 years ago
  46. 2822856 Avoid heapprofd init when other hooks enabled. by Christopher Ferris · 6 years ago
  47. e4cdbc4 Refactor malloc common into distinct pieces. by Christopher Ferris · 6 years ago