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