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