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.
 
 
Titouan Rigoudy c5b92cb9b4 Added calloc and realloc - still need to shrink blocks in realloc though 11 years ago
.gitignore Added yatest 11 years ago
Makefile Added yatest 11 years ago
README.md Initial commit 11 years ago
yamalloc.c Added calloc and realloc - still need to shrink blocks in realloc though 11 years ago
yamalloc.h Added calloc and realloc - still need to shrink blocks in realloc though 11 years ago
yatest.c Added calloc and realloc - still need to shrink blocks in realloc though 11 years ago

README.md

yamalloc

Yet Another Malloc