]> sourceware.org Git - glibc.git/history - malloc/malloc.c
x86: Add `Avoid_STOSB` tunable to allow NT memset without ERMS
[glibc.git] / malloc / malloc.c
2024-01-12 Xi RuoyaoMake __getrandom_nocancel set errno and add a _nostatus...
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-11-07 Adhemerval Zanellamalloc: Decorate malloc maps
2023-08-15 Florian Weimermalloc: Remove bin scanning from memalign (bug 30723)
2023-08-11 Florian Weimermalloc: Enable merging of remainders in memalign (bug...
2023-07-06 Siddhesh Poyarekarrealloc: Limit chunk reuse to only growing requests...
2023-06-02 Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-05-08 DJ Deloriealigned_alloc: conform to C17
2023-04-18 DJ Deloriemalloc: set NON_MAIN_ARENA flag for reclaimed memalign...
2023-03-29 DJ Deloriememalign: Support scanning for aligned chunks.
2023-03-29 Adhemerval Zanella... Remove --enable-tunables configure option
2023-03-08 Robert Morellmalloc: Fix transposed arguments in sysmalloc_mmap_fall...
2023-02-22 Ayush Mittalmalloc: remove redundant check of unsorted bin corruption
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-12-08 Siddhesh Poyarekarrealloc: Return unchanged if request is within usable...
2022-10-13 Florian Weimermalloc: Switch global_max_fast to uint8_t
2022-09-26 Wilco DijkstraUse atomic_exchange_release/acquire
2022-09-22 Qingqing Limalloc: Print error when oldsize is not equal to the...
2022-09-09 Wilco DijkstraUse C11 atomics instead of atomic_decrement(_val)
2022-09-09 Wilco DijkstraUse C11 atomics instead atomic_add(_zero)
2022-09-06 Wilco Dijkstramalloc: Use C11 atomics rather than atomic_exchange_and_add
2022-08-15 Florian Weimermalloc: Do not use MAP_NORESERVE to allocate heap segments
2022-08-03 Florian Weimerassert: Do not use stderr in libc-internal assert
2022-08-03 Florian Weimerstdio: Clean up __libc_message after unconditional...
2022-08-01 Florian Weimermalloc: Use __getrandom_nocancel during tcache initiail...
2022-07-21 Florian Weimermalloc: Simplify implementation of __malloc_assert
2022-07-05 Florian Weimermalloc: Simplify checked_request2size interface
2022-03-23 Adhemerval Zanellamalloc: Fix duplicate inline for do_set_mxfast
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-16 Patrick McGeheartyRemove upper limit on tunable MALLOC_MMAP_THRESHOLD
2021-12-15 Adhemerval Zanellamalloc: Enable huge page support on main arena
2021-12-15 Adhemerval Zanellamalloc: Move MORECORE fallback mmap to sysmalloc_mmap_f...
2021-12-15 Adhemerval Zanellamalloc: Add Huge Page support to arenas
2021-12-15 Adhemerval Zanellamalloc: Add Huge Page support for mmap
2021-12-15 Adhemerval Zanellamalloc: Move mmap logic to its own function
2021-12-15 Adhemerval Zanellamalloc: Add THP/madvise support for sbrk
2021-12-15 Adhemerval Zanellamalloc: Add madvise support for Transparent Huge Pages
2021-10-29 Siddhesh PoyarekarHandle NULL input to malloc_usable_size [BZ #28506]
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-07-23 Siddhesh PoyarekarFix build and tests with --disable-tunables
2021-07-22 Siddhesh PoyarekarMove malloc_{g,s}et_state to libc_malloc_debug
2021-07-22 Siddhesh Poyarekarglibc.malloc.check: Wean away from malloc hooks
2021-07-22 Siddhesh PoyarekarSimplify __malloc_initialized
2021-07-22 Siddhesh PoyarekarMove malloc hooks into a compat DSO
2021-07-22 Siddhesh PoyarekarRemove __morecore and __default_morecore
2021-07-22 Siddhesh PoyarekarRemove __after_morecore_hook
2021-07-09 Florian WeimerForce building with -fno-common
2021-07-08 Siddhesh Poyarekar_int_realloc is static
2021-07-07 Siddhesh PoyarekarHarden tcache double-free check
2021-07-02 JeffyChenmalloc: Initiate tcache shutdown even without allocatio...
2021-06-02 Xeonacidfix typo
2021-04-12 Paul EggertFurther fixes for REALLOC_ZERO_BYTES_FREES comment
2021-04-11 Paul EggertFix REALLOC_ZERO_BYTES_FREES comment to match C17
2021-03-26 Szabolcs Nagymalloc: Ensure mtag code path in checked_request2size...
2021-03-26 Szabolcs Nagymalloc: Remove unnecessary tagging around _mid_memalign
2021-03-26 Szabolcs Nagymalloc: Rename chunk2rawmem
2021-03-26 Szabolcs Nagymalloc: Use chunk2rawmem throughout
2021-03-26 Szabolcs Nagymalloc: Use different tag after mremap
2021-03-26 Szabolcs Nagymalloc: Use memsize instead of CHUNK_AVAILABLE_SIZE
2021-03-26 Szabolcs Nagymalloc: Use mtag_enabled instead of USE_MTAG
2021-03-26 Szabolcs Nagymalloc: Use branches instead of mtag_granule_mask
2021-03-26 Szabolcs Nagymalloc: Change calloc when tagging is disabled
2021-03-26 Szabolcs Nagymalloc: Only support zeroing and not arbitrary memset...
2021-03-26 Szabolcs Nagymalloc: Use global flag instead of function pointer...
2021-03-26 Szabolcs Nagymalloc: Refactor TAG_ macros to avoid indirection
2021-03-26 Szabolcs Nagymalloc: Avoid taggig mmaped memory on free
2021-03-26 Szabolcs Nagymalloc: Move MTAG_MMAP_FLAGS definition
2021-03-26 Szabolcs Nagymalloc: Fix a potential realloc issue with memory tagging
2021-03-26 Szabolcs Nagymalloc: Fix a realloc crash with heap tagging [BZ 27468]
2021-03-25 Florian WeimerSupport for multiple versions in versioned_symbol,...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-29 Paul Eggertfree: preserve errno [BZ#17924]
2020-12-21 Richard Earnshawmalloc: Basic support for memory tagging in the malloc...
2020-12-16 Florian Weimermalloc: Use __libc_initial to detect an inner libc
2020-12-11 W. Hashimotomalloc: Detect infinite-loop in _int_free when freeing...
2020-10-06 H.J. LuReplace Minumum/minumum with Minimum/minimum
2020-09-17 DJ DelorieUpdate mallinfo2 ABI, and test
2020-08-31 Martin LiskaAdd mallinfo2 function that support sizes >= 4GB.
2020-04-06 DJ Deloriemalloc: ensure set_max_fast never stores zero [BZ ...
2020-04-01 Eyal ItkinFix alignment bug in Safe-Linking
2020-04-01 Eyal ItkinTypo fixes and CR cleanup in Safe-Linking
2020-03-29 Eyal ItkinAdd Safe-Linking to fastbins and tcache
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-05 DJ DelorieCorrect range checking in mallopt/mxfast/tcache [BZ...
2019-10-31 DJ DelorieBase max_fast on alignment, not width, of bins (Bug...
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-09 DJ DelorieAdd glibc.malloc.mxfast tunable
2019-08-08 Niklas Hambüchenmalloc: Fix missing accounting of top chunk in malloc_i...
2019-08-01 Florian Weimermalloc: Remove unwanted leading whitespace in malloc_in...
2019-05-17 Wilco DijkstraSmall tcache improvements
2019-05-10 Wilco DijkstraFix tcache count maximum (BZ #24531)
2019-04-18 Adhemerval Zanellamalloc: make malloc fail with requests larger than...
2019-03-14 Adam Marismalloc: Check for large bin list corruption when insert...
2019-02-06 Joseph MyersAvoid "inline" after return type in function definitions.
2019-02-04 Joseph MyersFix assertion in malloc.c:tcache_get.
2019-01-18 Florian Weimermalloc: Revert fastbins to old-style atomics
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-31 Florian Weimermalloc: Always call memcpy in _int_realloc [BZ #24027]
2018-12-21 Istvan Kurucsaimalloc: Check the alignment of mmapped chunks before...
2018-12-21 Istvan Kurucsaimalloc: Add more integrity checks to mremap_chunk.
next
This page took 0.751056 seconds and 108 git commands to generate.