aboutsummaryrefslogtreecommitdiff
path: root/libc/mem.c
AgeCommit message (Collapse)Author
2021-02-25Applied even more warning flags!Marvin Borner
Fixing all the warnings wasn't that easy actually..
2021-02-25Added *many* static keywordsMarvin Borner
2021-02-22Some improvementsMarvin Borner
2021-02-21Activated SSE/FPU features for better performanceMarvin Borner
2021-02-18Switched to default lodepng versionMarvin Borner
This should be a bit faster and less buggy
2021-02-14Message waiting and more!Marvin Borner
2021-02-10Print to streams instead of serial consoleMarvin Borner
2021-02-09Quite many message queue fixes and impl startMarvin Borner
2021-02-07Many small memory improvementsMarvin Borner
2021-01-09To be continuedMarvin Borner
2021-01-09Finding memory leaks is SO exhausting arghMarvin Borner
2021-01-09Started new heap implementation (not working yet)Marvin Borner
2020-11-29Big steps towards working window resizingMarvin Borner
Found some other bugs too
2020-11-26Added userspace heapMarvin Borner
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