mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-04-18 06:08:09 -04:00
Add a new module which implements the high-level heap logic (implements `GlobalAlloc`) for the slab allocator. Also implement a multi-threaded stress test of the heap ensuring concurrent allocation is unique (doesn't corrupt other allocs) and all memory is free'd back to the `FrameAllocator` when all caches are purged.