This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
musl
Watch
1
Star
0
Fork
0
You've already forked musl
mirror of
https://github.com/fluencelabs/musl
synced
2025-06-04 02:21:36 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
musl
/
src
/
malloc
History
Rich Felker
4a30ba5ca4
remove redundant check in memalign
...
the case where mem was already aligned is handled earlier in the function now.
2013-07-23 23:40:26 -04:00
..
__brk.c
global cleanup to use the new syscall interface
2011-03-20 00:16:43 -04:00
aligned_alloc.c
move core memalign code from aligned_alloc to __memalign
2013-07-04 23:58:16 -04:00
calloc.c
initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00
DESIGN
initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00
lite_malloc.c
ditch the priority inheritance locks; use malloc's version of lock
2012-04-24 16:32:23 -04:00
malloc.c
harden realloc/free to detect simple overflows
2013-07-19 20:00:11 -04:00
memalign.c
remove redundant check in memalign
2013-07-23 23:40:26 -04:00
posix_memalign.c
move core memalign code from aligned_alloc to __memalign
2013-07-04 23:58:16 -04:00