mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
The return of slab_allocated! Now after the kutil/util/kernel giant cleanup, this belongs squarely in the kernel, and works much better there. Slabs are allocated via a bump pointer into a new kernel VMA, instead of using kalloc() or allocating pages directly.