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 8e84ca9434 Fixed splitting free list pointer problems revealed by checking code 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 Added consistency checks, which revealed errors. 11 years ago
ya_block.h Added consistency checks, which revealed errors. 11 years ago
ya_debug.h Added consistency checks, which revealed errors. 11 years ago
ya_freelist.c Fixed splitting free list pointer problems revealed by checking code 11 years ago
ya_freelist.h Fixed splitting free list pointer problems revealed by checking code 11 years ago
yamalloc.c Fixed splitting free list pointer problems revealed by checking code 11 years ago
yamalloc.h Added consistency checks, which revealed errors. 11 years ago
yatest.c Added consistency checks, which revealed errors. 11 years ago

README.md

yamalloc

Yet Another Malloc