Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ releaseVirtualPages
Method
releaseVirtualPages
lab8/src/2/src/kernel/memory.cpp:250–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
void MemoryManager::releaseVirtualPages(enum AddressPoolType type, const int vaddr, const int count)
251
{
252
if (type == AddressPoolType::KERNEL)
253
{
254
kernelVirtual.release(vaddr, count);
255
}
256
}
Callers
nothing calls this directly
Calls
1
release
Method · 0.45
Tested by
no test coverage detected