aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
31 hoursmalloc: Remove dumped heap supportWilco Dijkstra2-582/+15
2 daysmalloc: Hoist common unlock out of if-else control blockDev Jain1-2/+1
10 daysmalloc: Cleanup libc_reallocWilco Dijkstra1-15/+11
10 daysatomics: Remove unused atomicsWilco Dijkstra2-4/+4
11 daysmalloc: check "negative" tcache_key values by handSamuel Thibault1-1/+2
12 daysmalloc: Fix Os build on some ABIsAdhemerval Zanella1-0/+6
2025-08-29malloc: add tst-mxfast to hugetlb exclusion listDJ Delorie1-0/+1
2025-08-27malloc: Support hugepages in mremap_chunkWilco Dijkstra2-5/+35
2025-08-27malloc: Change mmap chunk layoutWilco Dijkstra2-28/+34
2025-08-19malloc: Fix tst bug in malloc/tst-free-errno-malloc-hugetlb1.caiyinyu1-1/+1
2025-08-10malloc: Fix checking for small negative values of tcache_keySamuel Thibault1-1/+1
2025-08-10malloc: Make sure tcache_key is odd enoughSamuel Thibault1-0/+16
2025-08-08malloc: Fix MALLOC_DEBUGWilco Dijkstra1-2/+2
2025-08-08malloc: Support THP in arenasWilco Dijkstra1-3/+8
2025-08-08malloc: Remove use of __curbrkWilco Dijkstra1-5/+3
2025-08-04Revert "Remove use of __curbrk."Wilco Dijkstra1-3/+5
2025-08-04Revert "Improve MALLOC_DEBUG"Wilco Dijkstra1-2/+2
2025-08-04Revert "Enable THP on arenas"Wilco Dijkstra1-8/+3
2025-08-04Revert "Use _int_free_chunk in tcache_thread_shutdown"Wilco Dijkstra1-6/+2
2025-08-04Revert "Remove dumped heap support"Wilco Dijkstra2-15/+582
2025-08-04Revert "malloc: Cleanup libc_realloc"Wilco Dijkstra1-11/+15
2025-08-04Revert "Change mmap representation"Wilco Dijkstra2-24/+28
2025-08-04Remove use of __curbrk.Wilco Dijkstra1-5/+3
2025-08-04Improve MALLOC_DEBUGWilco Dijkstra1-2/+2
2025-08-04Enable THP on arenasWilco Dijkstra1-3/+8
2025-08-04Use _int_free_chunk in tcache_thread_shutdownWilco Dijkstra1-2/+6
2025-08-04Remove dumped heap supportWilco Dijkstra2-582/+15
2025-08-04malloc: Cleanup libc_reallocWilco Dijkstra1-15/+11
2025-08-04Change mmap representationWilco Dijkstra2-28/+24
2025-08-02malloc: Cleanup sysmalloc_mmapWilco Dijkstra1-72/+19
2025-08-02malloc: Improve checked_request2sizeWilco Dijkstra2-28/+13
2025-08-02malloc: Cleanup madvise definesWilco Dijkstra1-11/+2
2025-08-02malloc: Fix MAX_TCACHE_SMALL_SIZEWilco Dijkstra1-10/+8
2025-07-29malloc: Enable THP always support on hugetlb tunableWilliam Hunt1-7/+11
2025-07-29malloc: Remove redundant NULL checkWilco Dijkstra1-4/+3
2025-07-14malloc: fix definition for MAX_TCACHE_SMALL_SIZECupertino Miranda1-1/+1
2025-06-26malloc: Cleanup tcache_init()Wilco Dijkstra1-26/+8
2025-06-26malloc: replace instances of __builtin_expect with __glibc_unlikelyWilliam Hunt2-26/+25
2025-06-26malloc: refactored aligned_OK and misaligned_chunkWilliam Hunt2-12/+10
2025-06-19malloc: Link large tcache tests with $(shared-thread-library)Florian Weimer1-52/+58
2025-06-18malloc: Cleanup _mid_memalignWilco Dijkstra1-14/+7
2025-06-17malloc: Sort tests-exclude-largetcache in MakefileH.J. Lu1-2/+2
2025-06-16malloc: add testing for large tcache supportCupertino Miranda1-0/+16
2025-06-16malloc: add tcache support for large chunk cachingCupertino Miranda1-82/+227
2025-06-03malloc: Count tcache entries downwardsWilco Dijkstra1-14/+15
2025-05-14malloc: Improve performance of __libc_callocWilco Dijkstra1-27/+43
2025-05-12malloc: Improve malloc initializationWilco Dijkstra4-61/+11
2025-05-12malloc: Improved double free detection in the tcacheDavid Lau3-14/+76
2025-05-01malloc: Inline tcache_try_mallocWilco Dijkstra1-44/+7
2025-04-16malloc: move tcache_init out of hot tcache pathsCupertino Miranda1-12/+6