Implement RAII guard for memory pool synchronization

This commit is contained in:
2026-03-19 19:59:40 +01:00
committed by CodingWorkshop Signing Team
parent 7b3f4bb35a
commit 77e487495b
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>