summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-063-3/+3
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0687-87/+87
* Avoid use of atoi in mallocJoseph Myers2022-12-221-7/+12
* realloc: Return unchanged if request is within usable sizeSiddhesh Poyarekar2022-12-082-0/+33
* malloc: Use uintptr_t for pointer alignmentCarlos Eduardo Seo2022-11-011-3/+3
* Remove unused scratch_buffer_dupfreeSzabolcs Nagy2022-10-284-63/+0
* malloc: Use uintptr_t in alloc_bufferSzabolcs Nagy2022-10-281-3/+3
* malloc: Switch global_max_fast to uint8_tFlorian Weimer2022-10-131-1/+1
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-261-1/+1
* malloc: Print error when oldsize is not equal to the current size.Qingqing Li2022-09-221-1/+2
* Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra2022-09-091-1/+1
* Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra2022-09-091-1/+1
* malloc: Use C11 atomics rather than atomic_exchange_and_addWilco Dijkstra2022-09-061-3/+3
* malloc: Do not use MAP_NORESERVE to allocate heap segmentsFlorian Weimer2022-08-152-8/+1
* assert: Do not use stderr in libc-internal assertFlorian Weimer2022-08-031-16/+0
* stdio: Clean up __libc_message after unconditional abortFlorian Weimer2022-08-031-3/+2
* malloc: Use __getrandom_nocancel during tcache initiailizationFlorian Weimer2022-08-011-1/+2
* Remove spurious references to _dl_open_hookFlorian Weimer2022-08-011-5/+0
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-221-1/+1
* malloc: Simplify implementation of __malloc_assertFlorian Weimer2022-07-211-10/+5
* malloc: Simplify checked_request2size interfaceFlorian Weimer2022-07-052-15/+18
* malloc: Fix duplicate inline for do_set_mxfastAdhemerval Zanella2022-03-231-2/+1
* malloc: Exit early on test failure in tst-reallocFlorian Weimer2022-03-101-31/+15
* build: Properly generate .d dependency files [BZ #28922]H.J. Lu2022-02-251-1/+1
* malloc: Remove LD_TRACE_PRELINKING usage from mtraceAdhemerval Zanella2022-02-101-24/+31
* malloc: Fix tst-mallocalign1 macro spacing.Carlos O'Donell2022-02-011-1/+1
* malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]Carlos O'Donell2022-01-311-9/+11
* Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor2022-01-265-1/+58
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-013-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0188-88/+88
* malloc: Remove memusage.hAdhemerval Zanella2021-12-281-6/+7
* malloc: Use hp-timing on libmemusageAdhemerval Zanella2021-12-281-3/+21
* malloc: Remove atomic_* usageAdhemerval Zanella2021-12-281-18/+18
* malloc: Add missing shared thread library flagsSamuel Thibault2021-12-271-0/+16
* Remove upper limit on tunable MALLOC_MMAP_THRESHOLDPatrick McGehearty2021-12-161-10/+5
* malloc: Enable huge page support on main arenaAdhemerval Zanella2021-12-153-6/+14
* malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallbackAdhemerval Zanella2021-12-151-32/+53
* malloc: Add Huge Page support to arenasAdhemerval Zanella2021-12-153-44/+99
* malloc: Add Huge Page support for mmapAdhemerval Zanella2021-12-153-9/+34
* malloc: Move mmap logic to its own functionAdhemerval Zanella2021-12-151-76/+88
* malloc: Add THP/madvise support for sbrkAdhemerval Zanella2021-12-151-5/+29
* malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella2021-12-154-0/+69
* malloc: Fix malloc debug for 2.35 onwardsStafford Horne2021-11-171-2/+0
* elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer2021-11-171-0/+5
* Disable -Waggressive-loop-optimizations warnings in tst-dynarray.cJoseph Myers2021-10-291-0/+15
* Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar2021-10-293-35/+25
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-211-2/+3
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-09-271-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0317-20/+0
* mtrace: Fix output with PIE and ASLR [BZ #22716]Siddhesh Poyarekar2021-08-232-11/+10