summaryrefslogtreecommitdiff
path: root/src/kernel/memorymanagement.c
AgeCommit message (Expand)Author
2017-08-01memory_manager_allocate takes an alignment parameter nowAndreas Baumann
2017-07-14added stats functions to memory manager, don't use internal membersAndreas Baumann
2017-07-13forgot to add test_malloc.cAndreas Baumann
2017-07-13added a simple test for malloc/freeAndreas Baumann
2017-07-10VGA Z-buffer is now dynamically allocated and freedAndreas Baumann
2017-07-05'mem' command shows memory usage of kernel heap nowAndreas Baumann