aboutsummaryrefslogtreecommitdiff
path: root/libc/mem.c
AgeCommit message (Collapse)Author
2020-08-26Started stack allocator.Marvin Borner
This will replace the current linear allocator so we can free and realloc memory correctly. This is especially important for the window resizing due to a fixed LFB size.
2020-08-25Some GUI thingsMarvin Borner
2020-08-15Added libguiMarvin Borner