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
*
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