This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
yamalloc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Yet Another Malloc.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16
Commits
1
Branch
52 KiB
C
99.1%
Makefile
0.9%
Tree:
6f79c4a8ef
main
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '6f79c4a8ef'
${ noResults }
HTTP
ZIP
TAR.GZ
Titouan Rigoudy
6f79c4a8ef
Removed macros, use inlines and consts
11 years ago
.gitignore
Added yatest
11 years ago
Makefile
Added -Werror to build flags
11 years ago
README.md
Initial commit
11 years ago
ya_block.c
Removed macros, use inlines and consts
11 years ago
ya_block.h
Removed macros, use inlines and consts
11 years ago
ya_debug.h
Added stdio.h to ya_debug.h
11 years ago
yamalloc.c
Replaced some macros with inline functions
11 years ago
yamalloc.h
Moved heap and block management to ya_block.c
11 years ago
yatest.c
Added comments and ya_debug.h
11 years ago
README.md
yamalloc
Yet Another Malloc