MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / MemoryManager

Method MemoryManager

lab8/src/2/src/kernel/memory.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "os_modules.h"
8
9MemoryManager::MemoryManager()
10{
11 initialize();
12}
13
14void MemoryManager::initialize()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected