index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
malloc
/
oldmalloc
/
aligned_alloc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-10
only disable aligned_alloc if malloc was replaced but it wasn't
Rich Felker
1
-1
/
+2
2020-06-03
move oldmalloc to its own directory under src/malloc
Rich Felker
1
-0
/
+0
2020-06-03
rename aligned_alloc source file back to its proper name
Rich Felker
1
-0
/
+0
2020-06-03
reverse dependency order of memalign and aligned_alloc
Rich Felker
1
-3
/
+1
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
1
-1
/
+0
2018-04-19
reintroduce hardening against partially-replaced allocator
Rich Felker
1
-1
/
+1
2018-04-19
return chunks split off by memalign using __bin_chunk instead of free
Rich Felker
1
-1
/
+1
2018-04-19
using malloc implementation types/macros/idioms for memalign
Rich Felker
1
-20
/
+22
2018-04-19
revert detection of partially-replaced allocator
Rich Felker
1
-3
/
+1
2018-04-18
allow interposition/replacement of allocator (malloc)
Rich Felker
1
-4
/
+2
2013-07-23
remove redundant check in memalign
Rich Felker
1
-1
/
+1
2013-07-23
fix heap corruption bug in memalign
Rich Felker
1
-1
/
+3
2013-07-04
move core memalign code from aligned_alloc to __memalign
Rich Felker
1
-2
/
+50
2012-08-25
implement "low hanging fruit" from C11
Rich Felker
1
-7
/
+1