Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ release
Method
release
lab7/src/5/src/utils/bitmap.cpp:88–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void BitMap::release(const int index, const int count)
89
{
90
for (int i = 0; i < count; ++i)
91
{
92
set(index + i, false);
93
}
94
}
95
96
char *BitMap::getBitmap()
97
{
Callers
2
releasePhysicalPages
Method · 0.45
releaseVirtualPages
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected