Dynamic memory allocation framework

Ioannis Koutras 4be63813ab custom_malloc(): setting the block header at the right time for free lists, removed the debugging printf's před 14 roky
.hgignore 8e832c4ff7 Initial commit of Larson benchmark. před 14 roky
Doxyfile d279e2a024 Initial commit. před 14 roky
Makefile 8e832c4ff7 Initial commit of Larson benchmark. před 14 roky
block_header.c 0ada8dc4ad Simplified the block header structure and functions. před 14 roky
block_header.h 0ada8dc4ad Simplified the block header structure and functions. před 14 roky
custom_free.c 7b75a1920f Removed debugging printf's. před 14 roky
custom_free.h b969dfd00e Separated custom_malloc and custom_free from test.c před 14 roky
custom_malloc.c 4be63813ab custom_malloc(): setting the block header at the right time for free lists, removed the debugging printf's před 14 roky
custom_malloc.h b969dfd00e Separated custom_malloc and custom_free from test.c před 14 roky
dmm_init.c 0ada8dc4ad Simplified the block header structure and functions. před 14 roky
dmm_init.h d279e2a024 Initial commit. před 14 roky
heap.h 0ada8dc4ad Simplified the block header structure and functions. před 14 roky
larson.c 7b75a1920f Removed debugging printf's. před 14 roky
lran2.h 8e832c4ff7 Initial commit of Larson benchmark. před 14 roky
other.c 0ada8dc4ad Simplified the block header structure and functions. před 14 roky
other.h ab5579f867 Proper datatypes for several function arguments. před 14 roky
posix_lock.c d279e2a024 Initial commit. před 14 roky
posix_lock.h d279e2a024 Initial commit. před 14 roky
sys_alloc.c 63e5ed26f2 sys_alloc should return the address of data block, not the address of the header. před 14 roky
sys_alloc.h 0ada8dc4ad Simplified the block header structure and functions. před 14 roky
test.c af5da76194 Debugging printf's (lame) and changed the size of requested blocks in test.c to match them with Larson's benchmark. před 14 roky