index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
malloc
Age
Commit message (
Expand
)
Author
Lines
2011-06-29
posix_memalign should fail if size is not a multiple of sizeof(void *)
Rich Felker
-1
/
+1
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-30
rename __simple_malloc.c to lite_malloc.c - yes this affects behavior!
Rich Felker
-0
/
+0
2011-03-23
very cheap double-free checks in malloc
Rich Felker
-0
/
+4
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
-1
/
+1
2011-02-20
make malloc(0) return unique pointers rather than NULL
Rich Felker
-6
/
+10
2011-02-20
fix simple_malloc malloc(0) behavior not to return non-unique pointers
Rich Felker
-0
/
+1
2011-02-20
fix simple_malloc size restrictions
Rich Felker
-5
/
+6
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+671
[prev]