Age | Commit message (Expand) | Author | Files | Lines |
2022-03-23 | malloc: Fix duplicate inline for do_set_mxfast | Adhemerval Zanella | 1 | -2/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-12-16 | Remove upper limit on tunable MALLOC_MMAP_THRESHOLD | Patrick McGehearty | 1 | -10/+5 |
2021-12-15 | malloc: Enable huge page support on main arena | Adhemerval Zanella | 1 | -2/+10 |
2021-12-15 | malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback | Adhemerval Zanella | 1 | -32/+53 |
2021-12-15 | malloc: Add Huge Page support to arenas | Adhemerval Zanella | 1 | -1/+1 |
2021-12-15 | malloc: Add Huge Page support for mmap | Adhemerval Zanella | 1 | -4/+27 |
2021-12-15 | malloc: Move mmap logic to its own function | Adhemerval Zanella | 1 | -76/+88 |
2021-12-15 | malloc: Add THP/madvise support for sbrk | Adhemerval Zanella | 1 | -5/+29 |
2021-12-15 | malloc: Add madvise support for Transparent Huge Pages | Adhemerval Zanella | 1 | -0/+47 |
2021-10-29 | Handle NULL input to malloc_usable_size [BZ #28506] | Siddhesh Poyarekar | 1 | -16/+9 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 1 | -2/+0 |
2021-07-23 | Fix build and tests with --disable-tunables | Siddhesh Poyarekar | 1 | -25/+26 |
2021-07-22 | Move malloc_{g,s}et_state to libc_malloc_debug | Siddhesh Poyarekar | 1 | -50/+5 |
2021-07-22 | glibc.malloc.check: Wean away from malloc hooks | Siddhesh Poyarekar | 1 | -15/+20 |
2021-07-22 | Simplify __malloc_initialized | Siddhesh Poyarekar | 1 | -12/+12 |
2021-07-22 | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 1 | -73/+12 |
2021-07-22 | Remove __morecore and __default_morecore | Siddhesh Poyarekar | 1 | -4/+3 |
2021-07-22 | Remove __after_morecore_hook | Siddhesh Poyarekar | 1 | -21/+1 |
2021-07-09 | Force building with -fno-common | Florian Weimer | 1 | -1/+1 |
2021-07-08 | _int_realloc is static | Siddhesh Poyarekar | 1 | -2/+2 |
2021-07-08 | Harden tcache double-free check | Siddhesh Poyarekar | 1 | -4/+33 |
2021-07-02 | malloc: Initiate tcache shutdown even without allocations [BZ #28028] | JeffyChen | 1 | -1/+2 |
2021-06-02 | fix typo | Xeonacid | 1 | -1/+1 |
2021-04-12 | Further fixes for REALLOC_ZERO_BYTES_FREES comment | Paul Eggert | 1 | -7/+8 |
2021-04-11 | Fix REALLOC_ZERO_BYTES_FREES comment to match C17 | Paul Eggert | 1 | -4/+7 |
2021-03-26 | malloc: Ensure mtag code path in checked_request2size is cold | Szabolcs Nagy | 1 | -2/+7 |
2021-03-26 | malloc: Remove unnecessary tagging around _mid_memalign | Szabolcs Nagy | 1 | -8/+2 |
2021-03-26 | malloc: Rename chunk2rawmem | Szabolcs Nagy | 1 | -41/+41 |
2021-03-26 | malloc: Use chunk2rawmem throughout | Szabolcs Nagy | 1 | -25/+33 |
2021-03-26 | malloc: Use different tag after mremap | Szabolcs Nagy | 1 | -1/+1 |
2021-03-26 | malloc: Use memsize instead of CHUNK_AVAILABLE_SIZE | Szabolcs Nagy | 1 | -20/+19 |
2021-03-26 | malloc: Use mtag_enabled instead of USE_MTAG | Szabolcs Nagy | 1 | -6/+4 |
2021-03-26 | malloc: Use branches instead of mtag_granule_mask | Szabolcs Nagy | 1 | -20/+14 |
2021-03-26 | malloc: Change calloc when tagging is disabled | Szabolcs Nagy | 1 | -6/+4 |
2021-03-26 | malloc: Only support zeroing and not arbitrary memset with mtag | Szabolcs Nagy | 1 | -9/+8 |
2021-03-26 | malloc: Use global flag instead of function pointer dispatch for mtag | Szabolcs Nagy | 1 | -20/+38 |
2021-03-26 | malloc: Refactor TAG_ macros to avoid indirection | Szabolcs Nagy | 1 | -43/+38 |
2021-03-26 | malloc: Avoid taggig mmaped memory on free | Szabolcs Nagy | 1 | -3/+4 |
2021-03-26 | malloc: Move MTAG_MMAP_FLAGS definition | Szabolcs Nagy | 1 | -0/+2 |
2021-03-26 | malloc: Fix a potential realloc issue with memory tagging | Szabolcs Nagy | 1 | -7/+7 |
2021-03-26 | malloc: Fix a realloc crash with heap tagging [BZ 27468] | Szabolcs Nagy | 1 | -1/+3 |
2021-03-25 | Support for multiple versions in versioned_symbol, compat_symbol | Florian Weimer | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-12-29 | free: preserve errno [BZ#17924] | Paul Eggert | 1 | -4/+9 |
2020-12-21 | malloc: Basic support for memory tagging in the malloc() family | Richard Earnshaw | 1 | -67/+269 |
2020-12-16 | malloc: Use __libc_initial to detect an inner libc | Florian Weimer | 1 | -0/+2 |
2020-12-11 | malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052] | W. Hashimoto | 1 | -1/+4 |
2020-10-06 | Replace Minumum/minumum with Minimum/minimum | H.J. Lu | 1 | -1/+1 |
2020-09-17 | Update mallinfo2 ABI, and test | DJ Delorie | 1 | -0/+2 |