summaryrefslogtreecommitdiff
path: root/src/kernel/malloc.h
AgeCommit message (Expand)Author
2024-07-17kernel: make kmalloc accept a numeric "tag" instead of a freeform descriptiondzwdz
2024-07-16kernel: use a slab allocator for kmallocdzwdz
2024-07-15kernel: free list page allocatordzwdz
2024-07-14kernel/malloc: clean up the code a little bitdzwdz
2024-07-13kernel/malloc: limit the maximum allocation size to under a pagedzwdz
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