First commit, Vystem v0.1
This commit is contained in:
6
shelter/lib/include/memory/slab.h
Normal file
6
shelter/lib/include/memory/slab.h
Normal file
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
// This file serve the purpose of including all types of slabs allocators
|
||||
#include "memory/slabs/slab_reg_phys.h"
|
||||
#include "memory/slabs/slab_reg_virt.h"
|
||||
#include "memory/slabs/slab_radix_node.h"
|
||||
#include "memory/slabs/slab_generic.h"
|
||||
Reference in New Issue
Block a user