Files
banan-os/libc
Bananymous 5f640da166 LibC: Optimize malloc by a lot
I now cache first free node in malloc_pool and whether the node is
last or not. There allow doing less full iterations over the whole
malloc pool.

Malloc is still unbearably slow and I will have to write a proper
fast malloc at some point. With this patch running aoc2023/day12 is
atleast possible. Probabaly will take closer to an hour...
2023-12-14 15:31:00 +02:00
..
2023-05-26 22:31:21 +03:00
2023-12-14 15:31:00 +02:00
2023-05-10 22:35:42 +03:00
2023-12-14 10:58:50 +02:00
2023-09-04 13:52:58 +03:00
2023-12-14 11:02:56 +02:00