summaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
48 hoursmalloc: Show hugetlb tunable default in --list-tunablesWilco Dijkstra
14 daysmisc: Fix a few typos in commentsYury Khrustalev
2026-03-16This reverts commit 6e8f32d39a57aa1f31bf15375810aab79a0f5f4b.Dev Jain
2026-03-15resolv: Move libanl symbols to libc on hurd tooSamuel Thibault
2026-03-12malloc: Remove lingering DIAG_POP_NEEDS_COMMENTAdhemerval Zanella
2026-03-11malloc: Cleanup warningsWilco Dijkstra
2026-03-10malloc: Improve memalign alignmentWilco Dijkstra
2026-03-04malloc: Avoid accessing /sys/kernel/mm filesWilco Dijkstra
2026-03-04misc: Fix a few typos in commentsYury Khrustalev
2026-03-03malloc: Add asserts for malloc assumptionsWilco Dijkstra
2026-02-06malloc: Remove unused tcache code from unsorted bin scanWilco Dijkstra
2026-02-04malloc: Extend malloc function hiding to tst-memalign-{2,3} (BZ #32366)Adhemerval Zanella
2026-01-24malloc: Correct Makefile sorting glitchesFlorian Weimer
2026-01-15memalign: reinstate alignment overflow check (CVE-2026-0861)Siddhesh Poyarekar
2026-01-15malloc: Add tst-mallocfork to tests-exclude-threaded exception listArjun Shankar
2026-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-29malloc_info: fix closing </sizes> tag typoSiddhesh Poyarekar
2025-12-22malloc: Fix clang build after 1c588a2187Adhemerval Zanella
2025-12-17malloc: Improve thp_initWilco Dijkstra
2025-12-17malloc: set default tcache fill count to 16Dev Jain
2025-12-17malloc: Remove fastbin commentsDev Jain
2025-12-17malloc: Remove fastbin infrastructureDev Jain
2025-12-17malloc: Remove do_check_remalloced_chunkDev Jain
2025-12-17malloc: remove fastbin code from malloc_infoDev Jain
2025-12-17malloc: remove fastbin code from do_check_malloc_stateDev Jain
2025-12-17malloc: remove mallopt fastbin statsDev Jain
2025-12-17malloc: remove allocation from fastbin, and trim_fastbinsDev Jain
2025-12-17malloc: remove malloc_consolidateDev Jain
2025-12-17malloc: remove fastbin testsDev Jain
2025-12-10malloc: Enable 2MB THP by default on Aarch64Dev Jain
2025-12-10malloc: Do not make out-of-bounds madvise call on non-aligned heapDev Jain
2025-12-09malloc: Extend malloc function hiding to tst-reallocarray (BZ #32366)Adhemerval Zanella
2025-12-09malloc: Extend malloc function hiding to tst-pvalloc (BZ #32366)Adhemerval Zanella
2025-12-01Fix allocation_index increment in malloc_internalOsama Abdelkader
2025-11-24malloc: Add threaded variants of single-threaded malloc testsArjun Shankar
2025-11-20malloc: Use _int_free_chunk in tcache_thread_shutdownWilco Dijkstra
2025-11-19malloc: add free_sized and free_aligned_sized from C23Justin King
2025-11-18malloc: Simplify tst-free-errno munmap failure testArjun Shankar
2025-10-30Cleanup some recently added whitespace.Collin Funk
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-29malloc: Remove unused tcache_set_inactiveAdhemerval Zanella
2025-10-24malloc: fix large tcache code to check for exact size matchDev Jain
2025-10-21malloc: avoid need for tcache == NULL checksDJ Delorie
2025-10-21Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2025-10-20malloc: Do not call madvise if heap's oldsize >= THP sizeDev Jain
2025-10-20malloc: Use INT_ADD_OVERFLOW instead of __builtin_add_overflow_pAdhemerval Zanella
2025-10-17malloc: Cleanup _int_memalignWilco Dijkstra
2025-10-08malloc: Do not call madvise if oldsize >= THP sizeDev Jain
2025-10-08malloc: Improve mmap interfaceWilco Dijkstra