aboutsummaryrefslogtreecommitdiff
path: root/libc/mem.c
AgeCommit message (Collapse)Author
2020-11-23Ported sxml libraryMarvin Borner
2020-11-14Some fixesMarvin Borner
I WAS BUG-SEARCHING FOR SEVERAL HOURS WHYYYY, WHEEERE, AAAAAH
2020-11-12Traced some issues; disabled malloc alignmentMarvin Borner
2020-09-25Added memory alignmentMarvin Borner
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