Add memory manager probe functions

This commit is contained in:
2026-06-30 22:27:01 +02:00
parent ef4f9ba74d
commit d8f4f6bfd0
5 changed files with 325 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#include <mm/pfault.hh>
#include <mm/pfn.hh>
#include <mm/pool.hh>
#include <mm/probe.hh>
#include <mm/quota.hh>
#include <mm/tags.hh>