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
/
malloc_impl.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-03
move oldmalloc to its own directory under src/malloc
Rich Felker
1
-0
/
+0
2020-06-03
move __expand_heap into malloc.c
Rich Felker
1
-2
/
+0
2020-06-03
reverse dependency order of memalign and aligned_alloc
Rich Felker
1
-2
/
+0
2020-06-02
move malloc_impl.h from src/internal to src/malloc
Rich Felker
1
-0
/
+0
2020-06-02
move declaration of interfaces between malloc and ldso to dynlink.h
Rich Felker
1
-4
/
+1
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
1
-1
/
+0
2018-09-12
apply hidden visibility to various remaining internal interfaces
Rich Felker
1
-3
/
+3
2018-09-12
overhaul internally-public declarations using wrapper headers
Rich Felker
1
-5
/
+1
2018-09-12
move __memalign declaration to malloc_impl.h
Rich Felker
1
-0
/
+2
2018-09-12
move declarations for malloc internals to malloc_impl.h
Rich Felker
1
-0
/
+4
2018-09-05
define and use internal macros for hidden visibility, weak refs
Rich Felker
1
-4
/
+4
2018-04-19
reintroduce hardening against partially-replaced allocator
Rich Felker
1
-0
/
+3
2018-04-19
return chunks split off by memalign using __bin_chunk instead of free
Rich Felker
1
-0
/
+3
2018-04-19
move malloc implementation types and macros to an internal header
Rich Felker
1
-0
/
+39