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
*
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
*
avoid over-allocation of brk on first malloc
Rich Felker
2011-04-01
1
-4
/
+4
*
rename __simple_malloc.c to lite_malloc.c - yes this affects behavior!
Rich Felker
2011-03-30
1
-0
/
+0
*
very cheap double-free checks in malloc
Rich Felker
2011-03-23
1
-0
/
+4
*
global cleanup to use the new syscall interface
Rich Felker
2011-03-20
1
-1
/
+1
*
make malloc(0) return unique pointers rather than NULL
Rich Felker
2011-02-20
2
-6
/
+10
*
fix simple_malloc malloc(0) behavior not to return non-unique pointers
Rich Felker
2011-02-20
1
-0
/
+1
*
fix simple_malloc size restrictions
Rich Felker
2011-02-20
1
-5
/
+6
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
7
-0
/
+671