Implement RAII guard for memory pool synchronization

This commit is contained in:
2026-03-19 19:59:40 +01:00
parent afb20a1796
commit f862871a1f
2 changed files with 89 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
#include <mm/alloc.hh>
#include <mm/colors.hh>
#include <mm/guard.hh>
#include <mm/hlpool.hh>
#include <mm/kpool.hh>
#include <mm/mmgr.hh>