Update kernel/src/mem/pm_manages.rs

This commit is contained in:
2026-07-07 20:00:33 +03:00
parent 6fd5085ed1
commit 459c0caca7

View File

@@ -1,4 +1,3 @@
//! # PM Actor (`src/mem/pm_manages.rs`)
//! //!
//! Distributed physical-memory actor that owns a fixed physical capital range //! Distributed physical-memory actor that owns a fixed physical capital range
//! and processes allocation requests asynchronously via a lock-free MPSC queue. //! and processes allocation requests asynchronously via a lock-free MPSC queue.