MCPcopy 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
88void 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
96char *BitMap::getBitmap()
97{

Callers 2

releasePhysicalPagesMethod · 0.45
releaseVirtualPagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected