Files
banan-os/userspace
Bananymous fe2c9f7d2d LibC: Rewrite malloc
The old linked list allocator with power of two pool sizes was kinda
weird. Now we use 1MiB bitmap allocators for allocations <64KiB and
directly call mmap for larger allocations. This allows userspace to
actually free unused memory on `free` :)
2026-05-15 17:03:33 +03:00
..
2024-12-25 18:13:57 +02:00
2025-12-15 19:06:17 +02:00
2026-05-15 17:03:33 +03:00