summaryrefslogtreecommitdiff
path: root/malloc/malloc.c
AgeCommit message (Expand)Author
2025-04-15malloc: Improve free checksWilco Dijkstra
2025-04-15malloc: Inline _int_free_checkWilco Dijkstra
2025-04-14malloc: Inline _int_freeWilco Dijkstra
2025-04-14malloc: Move mmap code out of __libc_free hotpathWilco Dijkstra
2025-03-28malloc: Improve performance of __libc_mallocWilco Dijkstra
2025-03-26malloc: Use __always_inline for simple functionsWilco Dijkstra
2025-03-25malloc: Use _int_free_chunk for remaindersWilco Dijkstra
2025-03-21malloc: missing initialization of tcache in _mid_memalignCupertino Miranda
2025-03-18malloc: Improve csize2tidxWilco Dijkstra
2025-03-03malloc: Add integrity check to largebin nextsizesBen Kallus
2025-02-13malloc: Add size check when moving fastbin->tcacheBen Kallus
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-11malloc: Add tcache path for callocWangyang Guo
2024-12-04malloc: Optimize small memory clearing for callocH.J. Lu
2024-11-29malloc: send freed small chunks to smallbink4lizen
2024-11-27malloc: Avoid func call for tcache quick path in free()Wangyang Guo
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-11-25malloc: Split _int_free() into 3 sub functionsWangyang Guo
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-07malloc: Decorate malloc mapsAdhemerval Zanella
2023-08-15malloc: Remove bin scanning from memalign (bug 30723)Florian Weimer
2023-08-11malloc: Enable merging of remainders in memalign (bug 30723)Florian Weimer
2023-07-06realloc: Limit chunk reuse to only growing requests [BZ #30579]Siddhesh Poyarekar
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-05-08aligned_alloc: conform to C17DJ Delorie
2023-04-18malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)DJ Delorie
2023-03-29memalign: Support scanning for aligned chunks.DJ Delorie
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-03-08malloc: Fix transposed arguments in sysmalloc_mmap_fallback callRobert Morell
2023-02-22malloc: remove redundant check of unsorted bin corruptionAyush Mittal
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-08realloc: Return unchanged if request is within usable sizeSiddhesh Poyarekar
2022-10-13malloc: Switch global_max_fast to uint8_tFlorian Weimer
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-09-22malloc: Print error when oldsize is not equal to the current size.Qingqing Li
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra
2022-09-09Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra
2022-09-06malloc: Use C11 atomics rather than atomic_exchange_and_addWilco Dijkstra
2022-08-15malloc: Do not use MAP_NORESERVE to allocate heap segmentsFlorian Weimer
2022-08-03assert: Do not use stderr in libc-internal assertFlorian Weimer
2022-08-03stdio: Clean up __libc_message after unconditional abortFlorian Weimer
2022-08-01malloc: Use __getrandom_nocancel during tcache initiailizationFlorian Weimer
2022-07-21malloc: Simplify implementation of __malloc_assertFlorian Weimer
2022-07-05malloc: Simplify checked_request2size interfaceFlorian Weimer
2022-03-23malloc: Fix duplicate inline for do_set_mxfastAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-16Remove upper limit on tunable MALLOC_MMAP_THRESHOLDPatrick McGehearty
2021-12-15malloc: Enable huge page support on main arenaAdhemerval Zanella