summaryrefslogtreecommitdiff
path: root/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* aligned_alloc: conform to C17DJ Delorie2023-05-081-3/+23
* malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)DJ Delorie2023-04-181-76/+81
* memalign: Support scanning for aligned chunks.DJ Delorie2023-03-291-27/+233
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-291-11/+3
* 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 with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* realloc: Return unchanged if request is within usable sizeSiddhesh Poyarekar2022-12-081-0/+10
* 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-151-4/+0
* 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
* malloc: Simplify implementation of __malloc_assertFlorian Weimer2022-07-211-10/+5
* malloc: Simplify checked_request2size interfaceFlorian Weimer2022-07-051-14/+16
* malloc: Fix duplicate inline for do_set_mxfastAdhemerval Zanella2022-03-231-2/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove upper limit on tunable MALLOC_MMAP_THRESHOLDPatrick McGehearty2021-12-161-10/+5
* malloc: Enable huge page support on main arenaAdhemerval Zanella2021-12-151-2/+10
* malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallbackAdhemerval Zanella2021-12-151-32/+53
* malloc: Add Huge Page support to arenasAdhemerval Zanella2021-12-151-1/+1
* malloc: Add Huge Page support for mmapAdhemerval Zanella2021-12-151-4/+27
* 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-151-0/+47
* Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar2021-10-291-16/+9
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-2/+0
* Fix build and tests with --disable-tunablesSiddhesh Poyarekar2021-07-231-25/+26
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-221-50/+5
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-221-15/+20
* Simplify __malloc_initializedSiddhesh Poyarekar2021-07-221-12/+12
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-73/+12
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-221-4/+3
* Remove __after_morecore_hookSiddhesh Poyarekar2021-07-221-21/+1
* Force building with -fno-commonFlorian Weimer2021-07-091-1/+1
* _int_realloc is staticSiddhesh Poyarekar2021-07-081-2/+2
* Harden tcache double-free checkSiddhesh Poyarekar2021-07-081-4/+33
* malloc: Initiate tcache shutdown even without allocations [BZ #28028]JeffyChen2021-07-021-1/+2
* fix typoXeonacid2021-06-021-1/+1
* Further fixes for REALLOC_ZERO_BYTES_FREES commentPaul Eggert2021-04-121-7/+8
* Fix REALLOC_ZERO_BYTES_FREES comment to match C17Paul Eggert2021-04-111-4/+7
* malloc: Ensure mtag code path in checked_request2size is coldSzabolcs Nagy2021-03-261-2/+7
* malloc: Remove unnecessary tagging around _mid_memalignSzabolcs Nagy2021-03-261-8/+2
* malloc: Rename chunk2rawmemSzabolcs Nagy2021-03-261-41/+41
* malloc: Use chunk2rawmem throughoutSzabolcs Nagy2021-03-261-25/+33