1. 17d46c1 Add a compile-time warning for malloc_usable_size() with _FORTIFY_SOURCE=3. by Elliott Hughes · 4 months ago
  2. 7fb8d58 Fix a lot of man7 links to be more specific. by Elliott Hughes · 6 months ago
  3. 0d43de8 Remove a comment. by Dan Albert · 8 months ago
  4. 1f8c225 Add the __BIONIC_ALLOC_SIZE to reallocarray. by Dan Albert · 8 months ago
  5. d407e5e Hide the reallocarray polyfill by default. by Dan Albert · 8 months ago
  6. 02ce401 API guard every post-21 API. by Dan Albert · 9 months ago
  7. b19df89 Prefer __nodiscard to __wur for readability. by Elliott Hughes · 11 months ago
  8. 1e76a82 Consistently position __wur next to the return type. by Elliott Hughes · 11 months ago
  9. f93af26 Add reallocarray() polyfill. by Elliott Hughes · 11 months ago
  10. cce5437 Reapply "Stop using versioner." by Dan Albert · 11 months ago
  11. 106afcd Revert "Stop using versioner." by Pechetty Sravani (xWF) · 11 months ago
  12. e135120 Stop using versioner. by Dan Albert · 11 months ago
  13. bbd39aa Replace http://man7.org links with https://man7.org links. by Elliott Hughes · 11 months ago
  14. 69ddb74 <malloc.h>: warn on unused results for malloc_usable_size(). by Elliott Hughes · 1 year, 2 months ago
  15. 6abb406 [scudo] -1 is also valid for M_DECAY_TIME by Chia-hung Duan · 1 year, 3 months ago
  16. 9c06d16 s/master/main/ by Elliott Hughes · 1 year, 10 months ago
  17. 0a94e15 Explicitly document overcommit and `adb shell`'s use of oom_score_adj. by Elliott Hughes · 2 years, 1 month ago
  18. fee0b45 Merge "Remove the always-true __INTRODUCED_IN() annotations." by Elliott Hughes · 2 years, 1 month ago
  19. e9a7b81 Add new mallopt M_LOG_STATS. by Christopher Ferris · 2 years, 1 month ago
  20. 655e430 Remove the always-true __INTRODUCED_IN() annotations. by Elliott Hughes · 2 years, 1 month ago
  21. e28867c Modify the wording of the mallopt. by Christopher Ferris · 2 years, 3 months ago
  22. d86eb86 Add support for M_PURGE_ALL. by Christopher Ferris · 2 years, 4 months ago
  23. 1a49058 Nullability check for malloc module. by zijunzhao · 2 years, 7 months ago
  24. 8248e62 Add mallinfo2 call. by Christopher Ferris · 3 years, 7 months ago
  25. d8d561c Add definition of M_MEMTAG_TUNING. by Evgenii Stepanov · 4 years, 1 month ago
  26. 9cad842 [MemInit] Remove old API, introduce new MemInit API. by Mitch Phillips · 4 years, 6 months ago
  27. 446b4dd Make "disable memory mitigations" and "set heap tagging level" more available. by Elliott Hughes · 4 years, 6 months ago
  28. 978eb16 Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h. by Peter Collingbourne · 4 years, 10 months ago
  29. 8844879 Add support for new scudo mallopt options. by Christopher Ferris · 5 years ago
  30. fa658eb Fix bugprone-macro-parentheses warnings by Chih-Hung Hsieh · 5 years ago
  31. 4fa9b8c malloc.h: explicitly suggest malloc_info() instead of mallinfo(). by Elliott Hughes · 6 years ago
  32. eadf506 Remove obsolete workaround. by Elliott Hughes · 7 years ago
  33. 8daea55 Comment the M_PURGE option. by Christopher Ferris · 7 years ago
  34. ac578f2 malloc: add M_PURGE mallopt flag by Tim Murray · 7 years ago
  35. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  36. 462e90c Start documenting libc. by Elliott Hughes · 7 years ago
  37. 0d1a8a5 Reland "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  38. 4dbe8fc Revert "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  39. 067bdc9 Retire GCC FORTIFY. by Elliott Hughes · 7 years ago
  40. db478a6 Implement malloc hooks. by Christopher Ferris · 7 years ago
  41. faa7434 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  42. 7c08c79 Revert "Make mallopt available in the future." by Christopher Ferris · 8 years ago
  43. 083923d Make mallopt available in the future. by Christopher Ferris · 8 years ago
  44. a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 8 years ago
  45. 06be345 Update bionic after Clang rebase by Yi Kong · 8 years ago
  46. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 8 years ago
  47. 36a88e8 Restore attribute alloc_size for GCC. by Elliott Hughes · 9 years ago
  48. 3b2096a Remove unnecessary 'extern's. by Elliott Hughes · 9 years ago
  49. 5470c18 Make it possible to build bionic with -I instead of -isystem. by Elliott Hughes · 9 years ago
  50. 46b4416 Update header versions for NDK platform fixes. by Josh Gao · 9 years ago
  51. 14adff1 Add versioning information to symbols. by Josh Gao · 9 years ago
  52. 0ac0cee Remove dlmalloc. by Josh Gao · 9 years ago
  53. 4caa1f0 Implement malloc_info(3). by Dan Albert · 11 years ago
  54. e5fdaa4 Revert "Backing this one out since the counterpart needs to be sent upstream." by Dan Albert · 11 years ago
  55. a04d2bc Backing this one out since the counterpart needs to be sent upstream. by Dan Albert · 11 years ago
  56. 5ee320d Hides valloc(3)/pvalloc(3) on LP64. by Dan Albert · 11 years ago
  57. b91791d Use alloc_size attribute on *alloc functions by Nick Kralevich · 12 years ago
  58. 25a87f7 Fix declaration of malloc_usable_size() by David 'Digit' Turner · 12 years ago
  59. 24fad01 Document the mallinfo struct, add missing attributes. by Elliott Hughes · 12 years ago
  60. 2c344d3 Revert "Revert "Upgrade to dlmalloc 2.8.5."" by Ian Rogers · 13 years ago
  61. f72ee26 Revert "Upgrade to dlmalloc 2.8.5." by Brian Carlstrom · 13 years ago
  62. 9990891 Upgrade to dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  63. b27631b Don't mark realloc with __attribute__((malloc)) by Nick Kralevich · 13 years ago
  64. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  65. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  66. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago