[kernel] Re-add slab_allocated mixin
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.
This commit is contained in:
@@ -15,3 +15,6 @@
|
||||
|
||||
- name: buffers
|
||||
size: 64G
|
||||
|
||||
- name: slabs
|
||||
size: 64G
|
||||
|
||||
Reference in New Issue
Block a user