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

Method release

lab7/src/2/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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected