aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers3-3/+3
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers87-87/+87
2022-12-22Avoid use of atoi in mallocJoseph Myers1-7/+12
2022-12-08realloc: Return unchanged if request is within usable sizeSiddhesh Poyarekar2-0/+33
2022-11-01malloc: Use uintptr_t for pointer alignmentCarlos Eduardo Seo1-3/+3
2022-10-28Remove unused scratch_buffer_dupfreeSzabolcs Nagy4-63/+0
2022-10-28malloc: Use uintptr_t in alloc_bufferSzabolcs Nagy1-3/+3
2022-10-13malloc: Switch global_max_fast to uint8_tFlorian Weimer1-1/+1
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra1-1/+1
2022-09-22malloc: Print error when oldsize is not equal to the current size.Qingqing Li1-1/+2
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra1-1/+1
2022-09-09Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra1-1/+1
2022-09-06malloc: Use C11 atomics rather than atomic_exchange_and_addWilco Dijkstra1-3/+3
2022-08-15malloc: Do not use MAP_NORESERVE to allocate heap segmentsFlorian Weimer2-8/+1
2022-08-03assert: Do not use stderr in libc-internal assertFlorian Weimer1-16/+0
2022-08-03stdio: Clean up __libc_message after unconditional abortFlorian Weimer1-3/+2
2022-08-01malloc: Use __getrandom_nocancel during tcache initiailizationFlorian Weimer1-1/+2
2022-08-01Remove spurious references to _dl_open_hookFlorian Weimer1-5/+0
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto1-1/+1
2022-07-21malloc: Simplify implementation of __malloc_assertFlorian Weimer1-10/+5
2022-07-05malloc: Simplify checked_request2size interfaceFlorian Weimer2-15/+18
2022-03-23malloc: Fix duplicate inline for do_set_mxfastAdhemerval Zanella1-2/+1
2022-03-10malloc: Exit early on test failure in tst-reallocFlorian Weimer1-31/+15
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu1-1/+1
2022-02-10malloc: Remove LD_TRACE_PRELINKING usage from mtraceAdhemerval Zanella1-24/+31
2022-02-01malloc: Fix tst-mallocalign1 macro spacing.Carlos O'Donell1-1/+1
2022-01-31malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]Carlos O'Donell1-9/+11
2022-01-26Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor5-1/+58
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert3-3/+3
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert88-88/+88
2021-12-28malloc: Remove memusage.hAdhemerval Zanella1-6/+7
2021-12-28malloc: Use hp-timing on libmemusageAdhemerval Zanella1-3/+21
2021-12-28malloc: Remove atomic_* usageAdhemerval Zanella1-18/+18
2021-12-27malloc: Add missing shared thread library flagsSamuel Thibault1-0/+16
2021-12-16Remove upper limit on tunable MALLOC_MMAP_THRESHOLDPatrick McGehearty1-10/+5
2021-12-15malloc: Enable huge page support on main arenaAdhemerval Zanella3-6/+14
2021-12-15malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallbackAdhemerval Zanella1-32/+53
2021-12-15malloc: Add Huge Page support to arenasAdhemerval Zanella3-44/+99
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella3-9/+34
2021-12-15malloc: Move mmap logic to its own functionAdhemerval Zanella1-76/+88
2021-12-15malloc: Add THP/madvise support for sbrkAdhemerval Zanella1-5/+29
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella4-0/+69
2021-11-17malloc: Fix malloc debug for 2.35 onwardsStafford Horne1-2/+0
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer1-0/+5
2021-10-29Disable -Waggressive-loop-optimizations warnings in tst-dynarray.cJoseph Myers1-0/+15
2021-10-29Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar3-35/+25
2021-10-21Add alloc_align attribute to memalign et alJonathan Wakely1-2/+3
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar17-20/+0
2021-08-23mtrace: Fix output with PIE and ASLR [BZ #22716]Siddhesh Poyarekar2-11/+10