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 c4643161ff Changed heap_extend so that it only requests just enough for the last block. 11 years ago
.gitignore Added yatest 11 years ago
Makefile Added freelist functionality, not tested yet though 11 years ago
README.md Initial commit 11 years ago
ya_block.c Changed heap_extend so that it only requests just enough for the last block. 11 years ago
ya_block.h Changed heap_extend so that it only requests just enough for the last block. 11 years ago
ya_debug.h Added stdio.h to ya_debug.h 11 years ago
ya_freelist.c Changed heap_extend so that it only requests just enough for the last block. 11 years ago
ya_freelist.h Changed heap_extend so that it only requests just enough for the last block. 11 years ago
yamalloc.c Changed plenty of stuff: fixed free list joining and splitting, better printing, better realloc, better interfaces, better stuff in general 11 years ago
yamalloc.h Moved heap and block management to ya_block.c 11 years ago
yatest.c Added one realloc test 11 years ago

README.md

yamalloc

Yet Another Malloc