MCPcopy 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
287bool KMemory::isPageAllocated(U32 page) {
288 return data->isPageAllocated(page);
289}
290
291bool KMemory::isPageNative(U32 page) {
292 return data->isPageNative(page);

Callers 2

brkMethod · 0.45
mincoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected