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 57589f5a9d Fixed boundary tag length in ya_block to support free list 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 Fixed boundary tag length in ya_block to support free list 11 years ago
ya_block.h Fixed boundary tag length in ya_block to support free list 11 years ago
ya_debug.h Added stdio.h to ya_debug.h 11 years ago
ya_freelist.c Added freelist functionality, not tested yet though 11 years ago
ya_freelist.h Added freelist functionality, not tested yet though 11 years ago
yamalloc.c Added freelist functionality, not tested yet though 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