Dynamic memory allocation framework

Ioannis Koutras 4f9c01b21d Fix: Unlock the heap mutex before runing sys_alloc. 15 年 前
.hgignore ebd3a739e1 Added swap files to ignore list. 15 年 前
Doxyfile d279e2a024 Initial commit. 15 年 前
LeaHeader.c f25c745a52 First fit for nodes from fixed lists. 15 年 前
LeaHeader.h afd8dacbf1 Started custom_free. 15 年 前
Makefile 5b34d8a991 Added -O flag for proper uninitialized check. 15 年 前
dmm_init.c adfe7011a2 Explain why we need 12 * sizeof(MAPTABLE_NODE) 15 年 前
dmm_init.h d279e2a024 Initial commit. 15 年 前
heap.h afd8dacbf1 Started custom_free. 15 年 前
other.c 98022ee888 Changed unsigned int to size_t. 15 年 前
other.h 98022ee888 Changed unsigned int to size_t. 15 年 前
posix_lock.c d279e2a024 Initial commit. 15 年 前
posix_lock.h d279e2a024 Initial commit. 15 年 前
sys_alloc.c a5d79931bd Fixed sbrk in new Linux systems. 15 年 前
sys_alloc.h 98022ee888 Changed unsigned int to size_t. 15 年 前
test.c 4f9c01b21d Fix: Unlock the heap mutex before runing sys_alloc. 15 年 前