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
/
memalign.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename memalign source file back to its proper name
Rich Felker
2020-06-03
1
-0
/
+7
*
rename aligned_alloc source file back to its proper name
Rich Felker
2020-06-03
1
-52
/
+0
*
reverse dependency order of memalign and aligned_alloc
Rich Felker
2020-06-03
1
-3
/
+1
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
1
-1
/
+0
*
reintroduce hardening against partially-replaced allocator
Rich Felker
2018-04-19
1
-1
/
+1
*
return chunks split off by memalign using __bin_chunk instead of free
Rich Felker
2018-04-19
1
-1
/
+1
*
using malloc implementation types/macros/idioms for memalign
Rich Felker
2018-04-19
1
-20
/
+22
*
revert detection of partially-replaced allocator
Rich Felker
2018-04-19
1
-3
/
+1
*
allow interposition/replacement of allocator (malloc)
Rich Felker
2018-04-18
1
-4
/
+2
*
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
*
move core memalign code from aligned_alloc to __memalign
Rich Felker
2013-07-04
1
-2
/
+50
*
implement "low hanging fruit" from C11
Rich Felker
2012-08-25
1
-7
/
+1
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+13