aboutsummaryrefslogtreecommitdiff
path: root/lib/heap.c
AgeCommit message (Expand)Author
2023-11-02Fixed bug where deleting a page meant not being able to allocate anotherAryadev Chavali
2023-11-01heap_free_page returns true if page was successfully deletedAryadev Chavali
2023-11-01Heap now maintains a new page per allocationAryadev Chavali
2023-11-01Added an arena allocatorAryadev Chavali