index
:
user/sven/glibc.git
master
origin/HEAD
origin/master
origin/release/2.10/master
origin/release/2.11/master
origin/release/2.12/master
origin/release/2.13/master
origin/release/2.14/master
origin/release/2.15/master
origin/release/2.16/master
origin/release/2.17/master
origin/release/2.18/master
origin/release/2.19/master
origin/release/2.20/master
origin/release/2.21/master
origin/release/2.22/master
origin/release/2.23/master
origin/release/2.24/master
origin/release/2.25/master
origin/release/2.26/master
origin/release/2.27/master
origin/release/2.28/master
origin/release/2.29/master
origin/release/2.30/master
origin/release/2.31/master
origin/release/2.32/master
origin/release/2.33/master
origin/release/2.34/master
origin/release/2.35/master
origin/release/2.36/master
origin/release/2.37/master
origin/release/2.38/master
origin/release/2.39/master
origin/release/2.40/master
origin/release/2.41/master
origin/release/2.42/master
origin/release/2.43/master
GNU C Library
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
malloc
Age
Commit message (
Expand
)
Author
48 hours
malloc: Show hugetlb tunable default in --list-tunables
Wilco Dijkstra
14 days
misc: Fix a few typos in comments
Yury Khrustalev
2026-03-16
This reverts commit 6e8f32d39a57aa1f31bf15375810aab79a0f5f4b.
Dev Jain
2026-03-15
resolv: Move libanl symbols to libc on hurd too
Samuel Thibault
2026-03-12
malloc: Remove lingering DIAG_POP_NEEDS_COMMENT
Adhemerval Zanella
2026-03-11
malloc: Cleanup warnings
Wilco Dijkstra
2026-03-10
malloc: Improve memalign alignment
Wilco Dijkstra
2026-03-04
malloc: Avoid accessing /sys/kernel/mm files
Wilco Dijkstra
2026-03-04
misc: Fix a few typos in comments
Yury Khrustalev
2026-03-03
malloc: Add asserts for malloc assumptions
Wilco Dijkstra
2026-02-06
malloc: Remove unused tcache code from unsorted bin scan
Wilco Dijkstra
2026-02-04
malloc: Extend malloc function hiding to tst-memalign-{2,3} (BZ #32366)
Adhemerval Zanella
2026-01-24
malloc: Correct Makefile sorting glitches
Florian Weimer
2026-01-15
memalign: reinstate alignment overflow check (CVE-2026-0861)
Siddhesh Poyarekar
2026-01-15
malloc: Add tst-mallocfork to tests-exclude-threaded exception list
Arjun Shankar
2026-01-01
Update copyright dates not handled by scripts/update-copyrights
Paul Eggert
2026-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2025-12-29
malloc_info: fix closing </sizes> tag typo
Siddhesh Poyarekar
2025-12-22
malloc: Fix clang build after 1c588a2187
Adhemerval Zanella
2025-12-17
malloc: Improve thp_init
Wilco Dijkstra
2025-12-17
malloc: set default tcache fill count to 16
Dev Jain
2025-12-17
malloc: Remove fastbin comments
Dev Jain
2025-12-17
malloc: Remove fastbin infrastructure
Dev Jain
2025-12-17
malloc: Remove do_check_remalloced_chunk
Dev Jain
2025-12-17
malloc: remove fastbin code from malloc_info
Dev Jain
2025-12-17
malloc: remove fastbin code from do_check_malloc_state
Dev Jain
2025-12-17
malloc: remove mallopt fastbin stats
Dev Jain
2025-12-17
malloc: remove allocation from fastbin, and trim_fastbins
Dev Jain
2025-12-17
malloc: remove malloc_consolidate
Dev Jain
2025-12-17
malloc: remove fastbin tests
Dev Jain
2025-12-10
malloc: Enable 2MB THP by default on Aarch64
Dev Jain
2025-12-10
malloc: Do not make out-of-bounds madvise call on non-aligned heap
Dev Jain
2025-12-09
malloc: Extend malloc function hiding to tst-reallocarray (BZ #32366)
Adhemerval Zanella
2025-12-09
malloc: Extend malloc function hiding to tst-pvalloc (BZ #32366)
Adhemerval Zanella
2025-12-01
Fix allocation_index increment in malloc_internal
Osama Abdelkader
2025-11-24
malloc: Add threaded variants of single-threaded malloc tests
Arjun Shankar
2025-11-20
malloc: Use _int_free_chunk in tcache_thread_shutdown
Wilco Dijkstra
2025-11-19
malloc: add free_sized and free_aligned_sized from C23
Justin King
2025-11-18
malloc: Simplify tst-free-errno munmap failure test
Arjun Shankar
2025-10-30
Cleanup some recently added whitespace.
Collin Funk
2025-10-29
Annotate swtich fall-through
Adhemerval Zanella
2025-10-29
malloc: Remove unused tcache_set_inactive
Adhemerval Zanella
2025-10-24
malloc: fix large tcache code to check for exact size match
Dev Jain
2025-10-21
malloc: avoid need for tcache == NULL checks
DJ Delorie
2025-10-21
Suppress -Wmaybe-uninitialized only for gcc
Adhemerval Zanella
2025-10-20
malloc: Do not call madvise if heap's oldsize >= THP size
Dev Jain
2025-10-20
malloc: Use INT_ADD_OVERFLOW instead of __builtin_add_overflow_p
Adhemerval Zanella
2025-10-17
malloc: Cleanup _int_memalign
Wilco Dijkstra
2025-10-08
malloc: Do not call madvise if oldsize >= THP size
Dev Jain
2025-10-08
malloc: Improve mmap interface
Wilco Dijkstra
[next]