Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ BitMap
Method
BitMap
lab8/src/2/src/utils/bitmap.cpp:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include
"stdio.h"
4
5
BitMap::BitMap()
6
{
7
}
8
9
void BitMap::initialize(char *bitmap, const int length)
10
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected