summaryrefslogtreecommitdiff
path: root/src/kernel/mem/alloc.h
AgeCommit message (Collapse)Author
2021-09-19show the malloc balance on halt; remove a bad kfree() calldzwdz
the kfree() call was freeing a buffer which was inside a process struct
2021-09-05move most of the memory stuff to kernel/mem/dzwdz