Age | Commit message (Expand) | Author |
2021-12-15 | malloc: Enable huge page support on main arena | Adhemerval Zanella |
2021-12-15 | malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback | Adhemerval Zanella |
2021-12-15 | malloc: Add Huge Page support to arenas | Adhemerval Zanella |
2021-12-15 | malloc: Add Huge Page support for mmap | Adhemerval Zanella |
2021-12-15 | malloc: Move mmap logic to its own function | Adhemerval Zanella |
2021-12-15 | malloc: Add THP/madvise support for sbrk | Adhemerval Zanella |
2021-12-15 | malloc: Add madvise support for Transparent Huge Pages | Adhemerval Zanella |
2021-11-17 | malloc: Fix malloc debug for 2.35 onwards | Stafford Horne |
2021-11-17 | elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres | Florian Weimer |
2021-10-29 | Disable -Waggressive-loop-optimizations warnings in tst-dynarray.c | Joseph Myers |
2021-10-29 | Handle NULL input to malloc_usable_size [BZ #28506] | Siddhesh Poyarekar |
2021-10-21 | Add alloc_align attribute to memalign et al | Jonathan Wakely |
2021-09-27 | misc: Add __get_nprocs_sched | Adhemerval Zanella |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar |
2021-08-23 | mtrace: Fix output with PIE and ASLR [BZ #22716] | Siddhesh Poyarekar |
2021-08-12 | mtrace: Use a static buffer for printing [BZ #25947] | Siddhesh Poyarekar |
2021-08-05 | tst-mxfast: Don't run with mcheck | Siddhesh Poyarekar |
2021-07-26 | Exclude static tests for mcheck and malloc-check | Siddhesh Poyarekar |
2021-07-23 | Fix build and tests with --disable-tunables | Siddhesh Poyarekar |
2021-07-22 | mcheck Fix malloc_usable_size [BZ #22057] | Siddhesh Poyarekar |
2021-07-22 | Remove malloc hooks [BZ #23328] | Siddhesh Poyarekar |
2021-07-22 | Move malloc_{g,s}et_state to libc_malloc_debug | Siddhesh Poyarekar |
2021-07-22 | glibc.malloc.check: Wean away from malloc hooks | Siddhesh Poyarekar |
2021-07-22 | mtrace: Wean away from malloc hooks | Siddhesh Poyarekar |
2021-07-22 | Simplify __malloc_initialized | Siddhesh Poyarekar |
2021-07-22 | mcheck: Wean away from malloc hooks [BZ #23489] | Siddhesh Poyarekar |
2021-07-22 | Move malloc hooks into a compat DSO | Siddhesh Poyarekar |
2021-07-22 | Remove __morecore and __default_morecore | Siddhesh Poyarekar |
2021-07-22 | Remove __after_morecore_hook | Siddhesh Poyarekar |
2021-07-22 | Make mcheck tests conditional on GLIBC_2.23 or earlier | Siddhesh Poyarekar |
2021-07-22 | malloc: Fix tst-mallocfork3-malloc-check link | Samuel Thibault |
2021-07-19 | tst-safe-linking: make false positives even more improbable | Siddhesh Poyarekar |
2021-07-12 | mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068] | H.J. Lu |
2021-07-09 | Force building with -fno-common | Florian Weimer |
2021-07-09 | Add a generic malloc test for MALLOC_ALIGNMENT | H.J. Lu |
2021-07-08 | _int_realloc is static | Siddhesh Poyarekar |
2021-07-08 | Move mcheck symbol from stdlib to malloc | Siddhesh Poyarekar |
2021-07-08 | Harden tcache double-free check | Siddhesh Poyarekar |
2021-07-07 | tests-exclude-mcheck: Fix typo | Siddhesh Poyarekar |
2021-07-06 | Exclude tst-realloc from tests-mcheck | Siddhesh Poyarekar |
2021-07-04 | hooks.c: Remove incorrect comment | Siddhesh Poyarekar |
2021-07-02 | mtrace: Add attribute nocommon to mallwatch | Tulio Magno Quites Machado Filho |
2021-07-03 | Move glibc.malloc.check implementation into its own file | Siddhesh Poyarekar |
2021-07-03 | mtrace: Deprecate mallwatch and tr_break | Siddhesh Poyarekar |
2021-07-03 | Drop source dependencies on hooks.c and arena.c | Siddhesh Poyarekar |
2021-07-02 | malloc: Initiate tcache shutdown even without allocations [BZ #28028] | JeffyChen |
2021-07-02 | Add mcheck tests to malloc | Siddhesh Poyarekar |
2021-06-28 | posix: Add _Fork [BZ #4737] | Adhemerval Zanella |
2021-06-23 | More mcheck -> malloc-check refactoring | Siddhesh Poyarekar |
2021-06-22 | malloc: Drop __malloc_initialized from Versions | Siddhesh Poyarekar |