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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove return with expression in void function
Michael Forney
2021-04-27
1
-1
/
+1
*
mallocng/aligned_alloc: check for malloc failure
Dominic Chen
2021-04-16
1
-0
/
+3
*
oldmalloc: preserve errno across free
Rich Felker
2021-01-30
1
-0
/
+4
*
fix build regression in oldmalloc
Rich Felker
2021-01-30
1
-1
/
+1
*
preserve errno across free
Rich Felker
2021-01-30
1
-2
/
+10
*
implement reallocarray
Ariadne Conill
2020-11-30
1
-0
/
+13
*
fix mallocng regression in malloc_usable_size with null argument
Dominic Chen
2020-11-29
1
-0
/
+1
*
lift child restrictions after multi-threaded fork
Rich Felker
2020-11-11
3
-2
/
+36
*
give libc access to its own malloc even if public malloc is interposed
Rich Felker
2020-11-11
6
-1
/
+37
*
import mallocng
Rich Felker
2020-06-30
7
-13
/
+938
*
add glue code for mallocng merge
Rich Felker
2020-06-29
3
-0
/
+129
*
only use memcpy realloc to shrink if an exact-sized free chunk exists
Rich Felker
2020-06-16
1
-0
/
+12
*
fix memset overflow in oldmalloc race fix overhaul
Rich Felker
2020-06-16
1
-1
/
+1
*
only disable aligned_alloc if malloc was replaced but it wasn't
Rich Felker
2020-06-10
1
-1
/
+2
*
have ldso track replacement of aligned_alloc
Rich Felker
2020-06-10
1
-0
/
+1
*
reintroduce calloc elison of memset for direct-mmapped allocations
Rich Felker
2020-06-10
2
-1
/
+14
*
move __malloc_replaced to a top-level malloc file
Rich Felker
2020-06-10
2
-2
/
+3
*
switch to a common calloc implementation
Rich Felker
2020-06-10
3
-47
/
+37
*
move oldmalloc to its own directory under src/malloc
Rich Felker
2020-06-03
4
-0
/
+0
*
move __expand_heap into malloc.c
Rich Felker
2020-06-03
3
-73
/
+64
*
rename memalign source file back to its proper name
Rich Felker
2020-06-03
1
-0
/
+0
*
rename aligned_alloc source file back to its proper name
Rich Felker
2020-06-03
1
-0
/
+0
*
reverse dependency order of memalign and aligned_alloc
Rich Felker
2020-06-03
4
-10
/
+5
*
rename aligned_alloc source file
Rich Felker
2020-06-03
1
-0
/
+0
*
remove stale document from malloc src directory
Rich Felker
2020-06-03
1
-22
/
+0
*
rewrite bump allocator to fix corner cases, decouple from expand_heap
Rich Felker
2020-06-03
1
-17
/
+72
*
move malloc_impl.h from src/internal to src/malloc
Rich Felker
2020-06-02
1
-0
/
+43
*
fix unbounded heap expansion race in malloc
Rich Felker
2020-06-02
1
-152
/
+87
*
restore lock-skipping for processes that return to single-threaded state
Rich Felker
2020-05-22
1
-1
/
+4
*
don't use libc.threads_minus_1 as relaxed atomic for skipping locks
Rich Felker
2020-05-22
1
-1
/
+1
*
split internal lock API out of libc.h, creating lock.h
Rich Felker
2018-09-12
1
-1
/
+1
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
1
-1
/
+0
*
hide dependency-triggering pointer object in malloc_usable_size.c
Rich Felker
2018-09-12
1
-2
/
+2
*
rework malloc_usable_size to use malloc_impl.h
Rich Felker
2018-09-12
1
-9
/
+1
*
move __memalign declaration to malloc_impl.h
Rich Felker
2018-09-12
2
-4
/
+2
*
move declarations for malloc internals to malloc_impl.h
Rich Felker
2018-09-12
3
-6
/
+2
*
reintroduce hardening against partially-replaced allocator
Rich Felker
2018-04-19
2
-5
/
+10
*
return chunks split off by memalign using __bin_chunk instead of free
Rich Felker
2018-04-19
2
-7
/
+5
*
using malloc implementation types/macros/idioms for memalign
Rich Felker
2018-04-19
1
-20
/
+22
*
move malloc implementation types and macros to an internal header
Rich Felker
2018-04-19
1
-37
/
+1
*
revert detection of partially-replaced allocator
Rich Felker
2018-04-19
3
-15
/
+6
*
allow interposition/replacement of allocator (malloc)
Rich Felker
2018-04-18
4
-23
/
+30
*
remove unused __brk function/source file
Rich Felker
2018-04-17
1
-7
/
+0
*
comment __malloc_donate overflow logic
Rich Felker
2018-04-17
1
-0
/
+3
*
ldso, malloc: implement reclaim_gaps via __malloc_donate
Alexander Monakov
2018-04-17
1
-18
/
+43
*
malloc: fix an over-allocation bug
Alexander Monakov
2018-04-17
1
-4
/
+4
*
optimize malloc0
Alexander Monakov
2018-04-11
1
-6
/
+23
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
1
-1
/
+1
*
fix undefined behavior in free
Alexander Monakov
2017-07-04
1
-2
/
+3
*
handle mremap failure in realloc of mmap-serviced allocations
Rich Felker
2017-06-15
1
-1
/
+2
[next]