Dynamic memory allocation framework

Ioannis Koutras 7e453a2760 Print an error in case sbrk fails. 14 年 前
.hgignore 8e832c4ff7 Initial commit of Larson benchmark. 14 年 前
Doxyfile d279e2a024 Initial commit. 14 年 前
Makefile 8e832c4ff7 Initial commit of Larson benchmark. 14 年 前
block_header.c 0ada8dc4ad Simplified the block header structure and functions. 14 年 前
block_header.h 0ada8dc4ad Simplified the block header structure and functions. 14 年 前
custom_free.c 7b75a1920f Removed debugging printf's. 14 年 前
custom_free.h b969dfd00e Separated custom_malloc and custom_free from test.c 14 年 前
custom_malloc.c 4be63813ab custom_malloc(): setting the block header at the right time for free lists, removed the debugging printf's 14 年 前
custom_malloc.h b969dfd00e Separated custom_malloc and custom_free from test.c 14 年 前
dmm_init.c 0ada8dc4ad Simplified the block header structure and functions. 14 年 前
dmm_init.h d279e2a024 Initial commit. 14 年 前
heap.h 0ada8dc4ad Simplified the block header structure and functions. 14 年 前
larson.c 7b75a1920f Removed debugging printf's. 14 年 前
lran2.h 8e832c4ff7 Initial commit of Larson benchmark. 14 年 前
other.c 0ada8dc4ad Simplified the block header structure and functions. 14 年 前
other.h ab5579f867 Proper datatypes for several function arguments. 14 年 前
posix_lock.c d279e2a024 Initial commit. 14 年 前
posix_lock.h d279e2a024 Initial commit. 14 年 前
sys_alloc.c 7e453a2760 Print an error in case sbrk fails. 14 年 前
sys_alloc.h 0ada8dc4ad Simplified the block header structure and functions. 14 年 前
test.c af5da76194 Debugging printf's (lame) and changed the size of requested blocks in test.c to match them with Larson's benchmark. 14 年 前