summaryrefslogtreecommitdiff
path: root/src/kernel/malloc.h
AgeCommit message (Collapse)Author
2024-07-13kernel/malloc: limit the maximum allocation size to under a pagedzwdz
This will likely be changed back, but for the time being it will let me implement a better allocator without too much effort.
2024-03-13kernel/malloc: slight rework (it's still bad), store more metadatadzwdz
2023-01-25kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/dzwdz