Age | Commit message (Expand) | Author | Files | Lines |
2024-12-11 | malloc: Add tcache path for calloc | Wangyang Guo | 2 | -38/+132 |
2024-12-10 | malloc: add indirection for malloc(-like) functions in tests [BZ #32366] | Sam James | 7 | -0/+52 |
2024-12-04 | malloc: Optimize small memory clearing for calloc | H.J. Lu | 2 | -35/+2 |
2024-11-29 | malloc: send freed small chunks to smallbin | k4lizen | 1 | -19/+34 |
2024-11-27 | malloc: Avoid func call for tcache quick path in free() | Wangyang Guo | 1 | -1/+1 |
2024-11-25 | Silence most -Wzero-as-null-pointer-constant diagnostics | Alejandro Colomar | 5 | -46/+46 |
2024-11-25 | malloc: Split _int_free() into 3 sub functions | Wangyang Guo | 1 | -49/+86 |
2024-11-12 | linux: Add support for getrandom vDSO | Adhemerval Zanella | 1 | -2/+2 |
2024-08-20 | malloc: Link threading tests with $(shared-thread-library) | Samuel Thibault | 1 | -0/+6 |
2024-07-27 | malloc: Link threading tests with $(shared-thread-library) | Florian Weimer | 1 | -0/+2 |
2024-07-22 | malloc: add multi-threaded tests for aligned_alloc/calloc/malloc | Miguel Martín | 3 | -0/+172 |
2024-07-22 | malloc: avoid global locks in tst-aligned_alloc-lib.c | Miguel Martín | 1 | -19/+20 |
2024-07-19 | Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989] | John David Anglin | 1 | -1/+1 |
2024-06-24 | mtrace: make shell commands robust against meta characters | Andreas Schwab | 1 | -2/+2 |
2024-06-20 | malloc: Replace shell/Perl gate in mtrace | Florian Weimer | 1 | -4/+17 |
2024-06-20 | malloc: Always install mtrace (bug 31892) | Florian Weimer | 2 | -7/+4 |
2024-06-04 | malloc: New test to check malloc alternate path using memory obstruction | sayan paul | 2 | -0/+73 |
2024-05-14 | malloc: Improve aligned_alloc and calloc test coverage. | Joe Simmons-Talbott | 5 | -0/+151 |
2024-05-10 | malloc/Makefile: Split and sort tests | H.J. Lu | 1 | -64/+102 |
2024-01-12 | Make __getrandom_nocancel set errno and add a _nostatus version | Xi Ruoyao | 1 | -1/+3 |
2024-01-01 | Update copyright dates not handled by scripts/update-copyrights | Paul Eggert | 3 | -3/+3 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 90 | -90/+90 |
2023-11-29 | malloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2 | Adhemerval Zanella | 1 | -3/+10 |
2023-11-22 | malloc: Use __get_nprocs on arena_get2 (BZ 30945) | Adhemerval Zanella | 1 | -1/+1 |
2023-11-07 | malloc: Decorate malloc maps | Adhemerval Zanella | 2 | -0/+9 |
2023-10-23 | malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify source | Adhemerval Zanella | 2 | -3/+2 |
2023-08-15 | malloc: Remove bin scanning from memalign (bug 30723) | Florian Weimer | 2 | -166/+10 |
2023-08-11 | malloc: Enable merging of remainders in memalign (bug 30723) | Florian Weimer | 1 | -76/+121 |
2023-07-26 | malloc: Fix set-freeres.c with gcc 6 | Adhemerval Zanella Netto | 1 | -0/+46 |
2023-07-06 | realloc: Limit chunk reuse to only growing requests [BZ #30579] | Siddhesh Poyarekar | 1 | -8/+15 |
2023-06-12 | malloc: Decrease resource usage for malloc tests | Adhemerval Zanella Netto | 1 | -12/+11 |
2023-06-06 | Move {read,write}_all functions to a dedicated header | Frédéric Bérat | 2 | -60/+2 |
2023-06-02 | Fix a few more typos I missed in previous round -- BZ 25337 | Paul Pluzhnikov | 1 | -1/+1 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 6 | -14/+14 |
2023-06-01 | malloc/{memusage.c, memusagestat.c}: fix warn unused result | Frédéric Bérat | 2 | -16/+86 |
2023-05-08 | aligned_alloc: conform to C17 | DJ Delorie | 5 | -6/+116 |
2023-05-02 | malloc: Really fix tst-memalign-3 link against threads | Samuel Thibault | 1 | -1/+2 |
2023-05-02 | malloc: Fix tst-memalign-3 link against threads | Samuel Thibault | 1 | -0/+1 |
2023-04-20 | malloc: Add missing shared thread library flags | Adhemerval Zanella | 1 | -0/+1 |
2023-04-18 | malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101) | DJ Delorie | 4 | -82/+268 |
2023-04-05 | malloc: Only set pragma weak for rpc freemem if required | Adhemerval Zanella | 1 | -2/+4 |
2023-03-29 | memalign: Support scanning for aligned chunks. | DJ Delorie | 3 | -28/+390 |
2023-03-29 | malloc: Use C11 atomics on memusage | Adhemerval Zanella | 1 | -82/+111 |
2023-03-29 | Remove --enable-tunables configure option | Adhemerval Zanella Netto | 4 | -137/+5 |
2023-03-29 | Remove --disable-experimental-malloc option | Adhemerval Zanella | 1 | -4/+0 |
2023-03-28 | Allow building with --disable-nscd again | Flavio Cruz | 1 | -0/+6 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 2 | -29/+136 |
2023-03-08 | malloc: Fix transposed arguments in sysmalloc_mmap_fallback call | Robert Morell | 1 | -2/+2 |
2023-02-22 | malloc: remove redundant check of unsorted bin corruption | Ayush Mittal | 1 | -2/+0 |
2023-01-06 | Update copyright dates not handled by scripts/update-copyrights | Joseph Myers | 3 | -3/+3 |