summaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
2024-12-11malloc: Add tcache path for callocWangyang Guo
2024-12-10malloc: add indirection for malloc(-like) functions in tests [BZ #32366]Sam James
2024-12-04malloc: Optimize small memory clearing for callocH.J. Lu
2024-11-29malloc: send freed small chunks to smallbink4lizen
2024-11-27malloc: Avoid func call for tcache quick path in free()Wangyang Guo
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-11-25malloc: Split _int_free() into 3 sub functionsWangyang Guo
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella
2024-08-20malloc: Link threading tests with $(shared-thread-library)Samuel Thibault
2024-07-27malloc: Link threading tests with $(shared-thread-library)Florian Weimer
2024-07-22malloc: add multi-threaded tests for aligned_alloc/calloc/mallocMiguel Martín
2024-07-22malloc: avoid global locks in tst-aligned_alloc-lib.cMiguel Martín
2024-07-19Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]John David Anglin
2024-06-24mtrace: make shell commands robust against meta charactersAndreas Schwab
2024-06-20malloc: Replace shell/Perl gate in mtraceFlorian Weimer
2024-06-20malloc: Always install mtrace (bug 31892)Florian Weimer
2024-06-04malloc: New test to check malloc alternate path using memory obstructionsayan paul
2024-05-14malloc: Improve aligned_alloc and calloc test coverage.Joe Simmons-Talbott
2024-05-10malloc/Makefile: Split and sort testsH.J. Lu
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-29malloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2Adhemerval Zanella
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella
2023-11-07malloc: Decorate malloc mapsAdhemerval Zanella
2023-10-23malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify sourceAdhemerval Zanella
2023-08-15malloc: Remove bin scanning from memalign (bug 30723)Florian Weimer
2023-08-11malloc: Enable merging of remainders in memalign (bug 30723)Florian Weimer
2023-07-26malloc: Fix set-freeres.c with gcc 6Adhemerval Zanella Netto
2023-07-06realloc: Limit chunk reuse to only growing requests [BZ #30579]Siddhesh Poyarekar
2023-06-12malloc: Decrease resource usage for malloc testsAdhemerval Zanella Netto
2023-06-06Move {read,write}_all functions to a dedicated headerFrédéric Bérat
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-06-01malloc/{memusage.c, memusagestat.c}: fix warn unused resultFrédéric Bérat
2023-05-08aligned_alloc: conform to C17DJ Delorie
2023-05-02malloc: Really fix tst-memalign-3 link against threadsSamuel Thibault
2023-05-02malloc: Fix tst-memalign-3 link against threadsSamuel Thibault
2023-04-20malloc: Add missing shared thread library flagsAdhemerval Zanella
2023-04-18malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)DJ Delorie
2023-04-05malloc: Only set pragma weak for rpc freemem if requiredAdhemerval Zanella
2023-03-29memalign: Support scanning for aligned chunks.DJ Delorie
2023-03-29malloc: Use C11 atomics on memusageAdhemerval Zanella
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-03-29Remove --disable-experimental-malloc optionAdhemerval Zanella
2023-03-28Allow building with --disable-nscd againFlavio Cruz
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-03-08malloc: Fix transposed arguments in sysmalloc_mmap_fallback callRobert Morell
2023-02-22malloc: remove redundant check of unsorted bin corruptionAyush Mittal
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers