Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ MemoryManager
Method
MemoryManager
lab7/src/3/src/kernel/memory.cpp:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#include
"os_modules.h"
8
9
MemoryManager::MemoryManager() {
10
initialize();
11
}
12
13
void MemoryManager::initialize()
14
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected