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
/
lite_malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
split internal lock API out of libc.h, creating lock.h
Rich Felker
2018-09-12
1
-1
/
+1
*
move declarations for malloc internals to malloc_impl.h
Rich Felker
2018-09-12
1
-2
/
+1
*
revert detection of partially-replaced allocator
Rich Felker
2018-04-19
1
-1
/
+1
*
allow interposition/replacement of allocator (malloc)
Rich Felker
2018-04-18
1
-1
/
+11
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
1
-1
/
+1
*
remove external linkage from __simple_malloc definition
Rich Felker
2015-11-04
1
-1
/
+1
*
fix regression/typo that disabled __simple_malloc when calloc is used
Rich Felker
2015-06-22
1
-1
/
+1
*
fix calloc when __simple_malloc implementation is used
Rich Felker
2015-06-22
1
-0
/
+1
*
refactor malloc's expand_heap to share with __simple_malloc
Rich Felker
2015-06-14
1
-23
/
+26
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-1
/
+1
*
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2012-04-24
1
-4
/
+4
*
rename __simple_malloc.c to lite_malloc.c - yes this affects behavior!
Rich Felker
2011-03-30
1
-0
/
+46