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

Method BitMap

lab8/src/3/src/utils/bitmap.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "stdio.h"
4
5BitMap::BitMap()
6{
7}
8
9void BitMap::initialize(char *bitmap, const int length)
10{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected