summaryrefslogtreecommitdiff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* aligned_alloc: conform to C17DJ Delorie2023-05-085-6/+116
* malloc: Really fix tst-memalign-3 link against threadsSamuel Thibault2023-05-021-1/+2
* malloc: Fix tst-memalign-3 link against threadsSamuel Thibault2023-05-021-0/+1
* malloc: Add missing shared thread library flagsAdhemerval Zanella2023-04-201-0/+1
* malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)DJ Delorie2023-04-184-82/+268
* malloc: Only set pragma weak for rpc freemem if requiredAdhemerval Zanella2023-04-051-2/+4
* memalign: Support scanning for aligned chunks.DJ Delorie2023-03-293-28/+390
* malloc: Use C11 atomics on memusageAdhemerval Zanella2023-03-291-82/+111
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-294-137/+5
* Remove --disable-experimental-malloc optionAdhemerval Zanella2023-03-291-4/+0
* Allow building with --disable-nscd againFlavio Cruz2023-03-281-0/+6
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-272-29/+136
* malloc: Fix transposed arguments in sysmalloc_mmap_fallback callRobert Morell2023-03-081-2/+2
* malloc: remove redundant check of unsorted bin corruptionAyush Mittal2023-02-221-2/+0
* 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