aboutsummaryrefslogtreecommitdiff
path: root/libc/inc/mem.h
AgeCommit message (Collapse)Author
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-26Added userspace heapMarvin Borner
2020-11-23Ported sxml libraryMarvin Borner
2020-08-30Even mooore tests or sthMarvin 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