about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao2024-01-121-1/+3
* Update copyright dates not handled by scripts/update-copyrightsPaul Eggert2024-01-013-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0190-90/+90
* malloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2Adhemerval Zanella2023-11-291-3/+10
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2023-11-221-1/+1
* malloc: Decorate malloc mapsAdhemerval Zanella2023-11-072-0/+9
* malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify sourceAdhemerval Zanella2023-10-232-3/+2
* malloc: Remove bin scanning from memalign (bug 30723)Florian Weimer2023-08-152-166/+10
* malloc: Enable merging of remainders in memalign (bug 30723)Florian Weimer2023-08-111-76/+121
* malloc: Fix set-freeres.c with gcc 6Adhemerval Zanella Netto2023-07-261-0/+46
* realloc: Limit chunk reuse to only growing requests [BZ #30579]Siddhesh Poyarekar2023-07-061-8/+15
* malloc: Decrease resource usage for malloc testsAdhemerval Zanella Netto2023-06-121-12/+11
* Move {read,write}_all functions to a dedicated headerFrédéric Bérat2023-06-062-60/+2
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-026-14/+14
* malloc/{memusage.c, memusagestat.c}: fix warn unused resultFrédéric Bérat2023-06-012-16/+86
* 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