summaryrefslogtreecommitdiff
path: root/src/kernel/mem/alloc.c
AgeCommit message (Expand)Author
2022-04-14kernel: port init's `printf` implementationdzwdz
2022-04-14kernel: basic page allocator, `process_free`dzwdz
2021-09-22kfree: detect double freesdzwdz
2021-09-22kfree: check for a magic value before freeing to detect invalid freesdzwdz
2021-09-19show the malloc balance on halt; remove a bad kfree() calldzwdz
2021-09-05move most of the memory stuff to kernel/mem/dzwdz