index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
malloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
reintroduce hardening against partially-replaced allocator
Rich Felker
2018-04-19
2
-5
/
+10
*
return chunks split off by memalign using __bin_chunk instead of free
Rich Felker
2018-04-19
2
-7
/
+5
*
using malloc implementation types/macros/idioms for memalign
Rich Felker
2018-04-19
1
-20
/
+22
*
move malloc implementation types and macros to an internal header
Rich Felker
2018-04-19
1
-37
/
+1
*
revert detection of partially-replaced allocator
Rich Felker
2018-04-19
3
-15
/
+6
*
allow interposition/replacement of allocator (malloc)
Rich Felker
2018-04-18
4
-23
/
+30
*
remove unused __brk function/source file
Rich Felker
2018-04-17
1
-7
/
+0
*
comment __malloc_donate overflow logic
Rich Felker
2018-04-17
1
-0
/
+3
*
ldso, malloc: implement reclaim_gaps via __malloc_donate
Alexander Monakov
2018-04-17
1
-18
/
+43
*
malloc: fix an over-allocation bug
Alexander Monakov
2018-04-17
1
-4
/
+4
*
optimize malloc0
Alexander Monakov
2018-04-11
1
-6
/
+23
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
1
-1
/
+1
*
fix undefined behavior in free
Alexander Monakov
2017-07-04
1
-2
/
+3
*
handle mremap failure in realloc of mmap-serviced allocations
Rich Felker
2017-06-15
1
-1
/
+2
*
use lookup table for malloc bin index instead of float conversion
Szabolcs Nagy
2016-12-17
1
-2
/
+12
*
fix malloc_usable_size for NULL input
Szabolcs Nagy
2016-01-31
1
-1
/
+1
*
remove external linkage from __simple_malloc definition
Rich Felker
2015-11-04
1
-1
/
+1
*
mitigate blow-up of heap size under malloc/free contention
Rich Felker
2015-08-07
1
-14
/
+14
*
fix regression/typo that disabled __simple_malloc when calloc is used
Rich Felker
2015-06-22
1
-1
/
+1
*
fix calloc when __simple_malloc implementation is used
Rich Felker
2015-06-22
3
-12
/
+15
*
refactor malloc's expand_heap to share with __simple_malloc
Rich Felker
2015-06-14
3
-81
/
+126
*
in malloc, refuse to use brk if it grows into stack
Rich Felker
2015-06-09
1
-1
/
+9
*
remove useless check of bin match in malloc
Rich Felker
2015-03-04
1
-1
/
+1
*
fix init race that could lead to deadlock in malloc init code
Rich Felker
2015-03-04
1
-39
/
+14
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
2
-6
/
+6
*
add malloc_usable_size function and non-stub malloc.h
Rich Felker
2014-08-25
1
-0
/
+17
*
avoid malloc failure for small requests when brk can't be extended
Rich Felker
2014-04-02
1
-1
/
+23
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
1
-1
/
+0
*
slightly optimize __brk for size
Rich Felker
2013-10-05
1
-1
/
+1
*
fix failure of malloc to set errno on heap (brk) exhaustion
Rich Felker
2013-10-05
1
-0
/
+1
*
fix potential deadlock bug in libc-internal locking logic
Rich Felker
2013-09-20
1
-8
/
+7
*
remove redundant check in memalign
Rich Felker
2013-07-23
1
-1
/
+1
*
fix heap corruption bug in memalign
Rich Felker
2013-07-23
1
-1
/
+3
*
harden realloc/free to detect simple overflows
Rich Felker
2013-07-19
1
-0
/
+6
*
move core memalign code from aligned_alloc to __memalign
Rich Felker
2013-07-04
3
-49
/
+55
*
move alignment check from aligned_alloc to posix_memalign
Rich Felker
2013-07-04
2
-1
/
+2
*
page-align initial brk value used by malloc in shared libc
Rich Felker
2012-12-07
1
-1
/
+5
*
fix invalid read in aligned_alloc
Rich Felker
2012-12-06
1
-2
/
+3
*
workaround gcc got-register-reload performance problems in malloc
Rich Felker
2012-09-14
1
-4
/
+8
*
implement "low hanging fruit" from C11
Rich Felker
2012-08-25
3
-47
/
+55
*
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2012-04-24
1
-4
/
+4
*
fix issue with excessive mremap syscalls on realloc
Rich Felker
2011-11-16
1
-4
/
+2
*
use new a_crash() asm to optimize double-free handler.
Rich Felker
2011-08-23
1
-2
/
+2
*
simplify and improve double-free check
Rich Felker
2011-08-15
1
-2
/
+2
*
posix_memalign should fail if size is not a multiple of sizeof(void *)
Rich Felker
2011-06-29
1
-1
/
+1
*
eliminate OOB array hacks in malloc
Rich Felker
2011-06-26
1
-46
/
+45
*
malloc: cast size down to int in bin_index functions
Rich Felker
2011-06-12
1
-2
/
+2
*
use volatile pointers for intentional-crash code.
Rich Felker
2011-06-06
1
-2
/
+2
*
namespace fixes for sys/mman.h
Rich Felker
2011-04-20
1
-0
/
+1
*
fix rare but nasty under-allocation bug in malloc with large requests
Rich Felker
2011-04-04
1
-1
/
+1
[next]