Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ releaseVirtualPages
Method
releaseVirtualPages
lab7/src/5/src/kernel/memory.cpp:286–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
void MemoryManager::releaseVirtualPages(enum AddressPoolType type, const int vaddr, const int count)
287
{
288
if (type == AddressPoolType::KERNEL)
289
{
290
kernelVirtual.release(vaddr, count);
291
}
292
}
Callers
nothing calls this directly
Calls
1
release
Method · 0.45
Tested by
no test coverage detected