Dynamic memory allocation framework

Ioannis Koutras bcb8a5effc The block to be free'd has to be removed from the used blocks list of the heap. 13 years ago
.hgignore 8e832c4ff7 Initial commit of Larson benchmark. 13 years ago
Doxyfile 11cbf7e7d0 Change indentation settings. 13 years ago
Makefile 11cbf7e7d0 Change indentation settings. 13 years ago
block_header.c 5151fa4468 Improved remove_block(). 13 years ago
block_header.h 4759016639 Initial commit of coalesce and helping functions. 13 years ago
coalesce.c 11cbf7e7d0 Change indentation settings. 13 years ago
coalesce.h 4759016639 Initial commit of coalesce and helping functions. 13 years ago
custom_free.c bcb8a5effc The block to be free'd has to be removed from the used blocks list of the heap. 13 years ago
custom_free.h b969dfd00e Separated custom_malloc and custom_free from test.c 13 years ago
custom_malloc.c d4e695665a Perform req_padding() before searching for a fixed list. 13 years ago
custom_malloc.h b969dfd00e Separated custom_malloc and custom_free from test.c 13 years ago
dmm_adaptor.c 11cbf7e7d0 Change indentation settings. 13 years ago
dmm_adaptor.h 2e86b41627 Initial commit for DMM adapting functions. 13 years ago
dmm_init.c 11cbf7e7d0 Change indentation settings. 13 years ago
dmm_init.h d279e2a024 Initial commit. 14 years ago
heap.h 11cbf7e7d0 Change indentation settings. 13 years ago
larson.c 11cbf7e7d0 Change indentation settings. 13 years ago
lran2.h 11cbf7e7d0 Change indentation settings. 13 years ago
other.c 11cbf7e7d0 Change indentation settings. 13 years ago
other.h 11cbf7e7d0 Change indentation settings. 13 years ago
posix_lock.c 11cbf7e7d0 Change indentation settings. 13 years ago
posix_lock.h d279e2a024 Initial commit. 14 years ago
sys_alloc.c 11cbf7e7d0 Change indentation settings. 13 years ago
sys_alloc.h 0ada8dc4ad Simplified the block header structure and functions. 13 years ago
test.c 11cbf7e7d0 Change indentation settings. 13 years ago