Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ isPageAllocated
Method
isPageAllocated
source/kernel/kmemory.cpp:287–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
bool KMemory::isPageAllocated(U32 page) {
288
return data->isPageAllocated(page);
289
}
290
291
bool KMemory::isPageNative(U32 page) {
292
return data->isPageNative(page);
Callers
2
brk
Method · 0.45
mincore
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected