Add skeleton for memory pool allocator

This commit is contained in:
2026-01-29 20:00:09 +01:00
committed by CodingWorkshop Signing Team
parent 488736512f
commit 8d05099d7b
6 changed files with 85 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#include XTOS_ARCH_HEADER(mm, paging.hh)
#include XTOS_ARCH_HEADER(mm, pte.hh)
#include <mm/alloc.hh>
#include <mm/colors.hh>
#include <mm/hlpool.hh>
#include <mm/kpool.hh>