[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:
Justin C. Miller
2022-01-30 20:46:19 -08:00
parent a7245116b6
commit dd535158f2
3 changed files with 68 additions and 0 deletions

View File

@@ -15,3 +15,6 @@
- name: buffers
size: 64G
- name: slabs
size: 64G