dns response handling: ignore presence of wrong-type RRs
[musl] / src / malloc /
2022-10-19 Rich Felkerdisable MADV_FREE usage in mallocng
2021-04-27 Michael Forneyremove return with expression in void function
2021-04-16 Dominic Chenmallocng/aligned_alloc: check for malloc failure
2021-01-30 Rich Felkeroldmalloc: preserve errno across free
2021-01-30 Rich Felkerfix build regression in oldmalloc
2021-01-30 Rich Felkerpreserve errno across free
2020-11-30 Ariadne Conillimplement reallocarray
2020-11-29 Dominic Chenfix mallocng regression in malloc_usable_size with...
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-11-11 Rich Felkergive libc access to its own malloc even if public mallo...
2020-06-30 Rich Felkerimport mallocng
2020-06-29 Rich Felkeradd glue code for mallocng merge
2020-06-16 Rich Felkeronly use memcpy realloc to shrink if an exact-sized...
2020-06-16 Rich Felkerfix memset overflow in oldmalloc race fix overhaul
2020-06-11 Rich Felkeronly disable aligned_alloc if malloc was replaced but...
2020-06-11 Rich Felkerhave ldso track replacement of aligned_alloc
2020-06-11 Rich Felkerreintroduce calloc elison of memset for direct-mmapped...
2020-06-11 Rich Felkermove __malloc_replaced to a top-level malloc file
2020-06-11 Rich Felkerswitch to a common calloc implementation
2020-06-03 Rich Felkermove oldmalloc to its own directory under src/malloc
2020-06-03 Rich Felkermove __expand_heap into malloc.c
2020-06-03 Rich Felkerrename memalign source file back to its proper name
2020-06-03 Rich Felkerrename aligned_alloc source file back to its proper...
2020-06-03 Rich Felkerreverse dependency order of memalign and aligned_alloc
2020-06-03 Rich Felkerrename aligned_alloc source file
2020-06-03 Rich Felkerremove stale document from malloc src directory
2020-06-03 Rich Felkerrewrite bump allocator to fix corner cases, decouple...
2020-06-03 Rich Felkermove malloc_impl.h from src/internal to src/malloc
2020-06-02 Rich Felkerfix unbounded heap expansion race in malloc
2020-05-22 Rich Felkerrestore lock-skipping for processes that return to...
2020-05-22 Rich Felkerdon't use libc.threads_minus_1 as relaxed atomic for...
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerhide dependency-triggering pointer object in malloc_usa...
2018-09-12 Rich Felkerrework malloc_usable_size to use malloc_impl.h
2018-09-12 Rich Felkermove __memalign declaration to malloc_impl.h
2018-09-12 Rich Felkermove declarations for malloc internals to malloc_impl.h
2018-04-20 Rich Felkerreintroduce hardening against partially-replaced allocator
2018-04-20 Rich Felkerreturn chunks split off by memalign using __bin_chunk...
2018-04-20 Rich Felkerusing malloc implementation types/macros/idioms for...
2018-04-19 Rich Felkermove malloc implementation types and macros to an inter...
2018-04-19 Rich Felkerrevert detection of partially-replaced allocator
2018-04-18 Rich Felkerallow interposition/replacement of allocator (malloc)
2018-04-17 Rich Felkerremove unused __brk function/source file
2018-04-17 Rich Felkercomment __malloc_donate overflow logic
2018-04-17 Alexander Monakovldso, malloc: implement reclaim_gaps via __malloc_donate
2018-04-17 Alexander Monakovmalloc: fix an over-allocation bug
2018-04-11 Alexander Monakovoptimize malloc0
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2017-07-04 Alexander Monakovfix undefined behavior in free
2017-06-15 Rich Felkerhandle mremap failure in realloc of mmap-serviced alloc...
2016-12-17 Szabolcs Nagyuse lookup table for malloc bin index instead of float...
2016-01-31 Szabolcs Nagyfix malloc_usable_size for NULL input
2015-11-05 Rich Felkerremove external linkage from __simple_malloc definition
2015-08-07 Rich Felkermitigate blow-up of heap size under malloc/free contention
2015-06-22 Rich Felkerfix regression/typo that disabled __simple_malloc when...
2015-06-22 Rich Felkerfix calloc when __simple_malloc implementation is used
2015-06-14 Rich Felkerrefactor malloc's expand_heap to share with __simple_malloc
2015-06-09 Rich Felkerin malloc, refuse to use brk if it grows into stack
2015-03-04 Rich Felkerremove useless check of bin match in malloc
2015-03-04 Rich Felkerfix init race that could lead to deadlock in malloc...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-08-26 Rich Felkeradd malloc_usable_size function and non-stub malloc.h
2014-04-02 Rich Felkeravoid malloc failure for small requests when brk can...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-10-05 Rich Felkerslightly optimize __brk for size
2013-10-05 Rich Felkerfix failure of malloc to set errno on heap (brk) exhaustion
2013-09-20 Rich Felkerfix potential deadlock bug in libc-internal locking...
2013-07-24 Rich Felkerremove redundant check in memalign
2013-07-24 Rich Felkerfix heap corruption bug in memalign
2013-07-20 Rich Felkerharden realloc/free to detect simple overflows
2013-07-05 Rich Felkermove core memalign code from aligned_alloc to __memalign
2013-07-05 Rich Felkermove alignment check from aligned_alloc to posix_memalign
2012-12-08 Rich Felkerpage-align initial brk value used by malloc in shared...
2012-12-07 Rich Felkerfix invalid read in aligned_alloc
2012-09-15 Rich Felkerworkaround gcc got-register-reload performance problems...
2012-08-26 Rich Felkerimplement "low hanging fruit" from C11
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2011-11-17 Rich Felkerfix issue with excessive mremap syscalls on realloc
2011-08-23 Rich Felkeruse new a_crash() asm to optimize double-free handler.
2011-08-15 Rich Felkersimplify and improve double-free check
2011-06-29 Rich Felkerposix_memalign should fail if size is not a multiple...
2011-06-26 Rich Felkereliminate OOB array hacks in malloc
2011-06-12 Rich Felkermalloc: cast size down to int in bin_index functions
2011-06-06 Rich Felkeruse volatile pointers for intentional-crash code.
2011-04-20 Rich Felkernamespace fixes for sys/mman.h
2011-04-04 Rich Felkerfix rare but nasty under-allocation bug in malloc with...
2011-04-02 Rich Felkeravoid over-allocation of brk on first malloc
2011-03-30 Rich Felkerrename __simple_malloc.c to lite_malloc.c - yes this...
2011-03-23 Rich Felkervery cheap double-free checks in malloc
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-20 Rich Felkermake malloc(0) return unique pointers rather than NULL
2011-02-20 Rich Felkerfix simple_malloc malloc(0) behavior not to return...
2011-02-20 Rich Felkerfix simple_malloc size restrictions
2011-02-12 Rich Felkerinitial check-in, version 0.5.0