musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/malloc/malloc.c
AgeCommit message (Expand)AuthorLines
2020年06月03日move oldmalloc to its own directory under src/malloc Rich Felker-550/+0
2020年06月03日move __expand_heap into malloc.c Rich Felker-0/+64
2020年06月02日fix unbounded heap expansion race in malloc Rich Felker-152/+87
2020年05月22日restore lock-skipping for processes that return to single-threaded state Rich Felker-1/+4
2020年05月22日don't use libc.threads_minus_1 as relaxed atomic for skipping locks Rich Felker-1/+1
2018年09月12日move declarations for malloc internals to malloc_impl.h Rich Felker-2/+0
2018年04月19日reintroduce hardening against partially-replaced allocator Rich Felker-4/+9
2018年04月19日return chunks split off by memalign using __bin_chunk instead of free Rich Felker-6/+4
2018年04月19日move malloc implementation types and macros to an internal header Rich Felker-37/+1
2018年04月19日revert detection of partially-replaced allocator Rich Felker-11/+4
2018年04月18日allow interposition/replacement of allocator (malloc) Rich Felker-5/+17
2018年04月17日comment __malloc_donate overflow logic Rich Felker-0/+3
2018年04月17日ldso, malloc: implement reclaim_gaps via __malloc_donate Alexander Monakov-18/+43
2018年04月17日malloc: fix an over-allocation bug Alexander Monakov-4/+4
2018年04月11日optimize malloc0 Alexander Monakov-6/+23
2017年07月04日fix undefined behavior in free Alexander Monakov-2/+3
2017年06月15日handle mremap failure in realloc of mmap-serviced allocations Rich Felker-1/+2
2016年12月17日use lookup table for malloc bin index instead of float conversion Szabolcs Nagy-2/+12
2015年08月07日mitigate blow-up of heap size under malloc/free contention Rich Felker-14/+14
2015年06月22日fix calloc when __simple_malloc implementation is used Rich Felker-0/+11
2015年06月14日refactor malloc's expand_heap to share with __simple_malloc Rich Felker-58/+28
2015年06月09日in malloc, refuse to use brk if it grows into stack Rich Felker-1/+9
2015年03月04日remove useless check of bin match in malloc Rich Felker-1/+1
2015年03月04日fix init race that could lead to deadlock in malloc init code Rich Felker-39/+14
2015年03月03日make all objects used with atomic operations volatile Rich Felker-5/+5
2014年04月02日avoid malloc failure for small requests when brk can't be extended Rich Felker-1/+23
2013年10月05日fix failure of malloc to set errno on heap (brk) exhaustion Rich Felker-0/+1
2013年09月20日fix potential deadlock bug in libc-internal locking logic Rich Felker-8/+7
2013年07月19日harden realloc/free to detect simple overflows Rich Felker-0/+6
2012年12月07日page-align initial brk value used by malloc in shared libc Rich Felker-1/+5
2012年09月14日workaround gcc got-register-reload performance problems in malloc Rich Felker-4/+8
2011年11月16日fix issue with excessive mremap syscalls on realloc Rich Felker-4/+2
2011年08月23日use new a_crash() asm to optimize double-free handler. Rich Felker-2/+2
2011年08月15日simplify and improve double-free check Rich Felker-2/+2
2011年06月26日eliminate OOB array hacks in malloc Rich Felker-46/+45
2011年06月12日malloc: cast size down to int in bin_index functions Rich Felker-2/+2
2011年06月06日use volatile pointers for intentional-crash code. Rich Felker-2/+2
2011年04月20日namespace fixes for sys/mman.h Rich Felker-0/+1
2011年04月04日fix rare but nasty under-allocation bug in malloc with large requests Rich Felker-1/+1
2011年04月01日avoid over-allocation of brk on first malloc Rich Felker-4/+4
2011年03月23日very cheap double-free checks in malloc Rich Felker-0/+4
2011年02月20日make malloc(0) return unique pointers rather than NULL Rich Felker-5/+9
2011年02月12日initial check-in, version 0.5.0 v0.5.0 Rich Felker-0/+515
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 05:32:40 +0000

AltStyle によって変換されたページ (->オリジナル) /