Implement RAII guard for memory pool synchronization
Some checks failed
Builds / ExectOS (amd64, release) (push) Failing after 29s
Builds / ExectOS (amd64, debug) (push) Successful in 31s
Builds / ExectOS (i686, release) (push) Failing after 39s
Builds / ExectOS (i686, debug) (push) Successful in 41s

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>