Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RichieSams/FiberTaskingLib
/ SystemPageSize
Function
SystemPageSize
source/alloc.cpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
size_t SystemPageSize() {
62
return static_cast<size_t>(getpagesize());
63
}
64
65
void *AlignedAlloc(size_t size, size_t alignment) {
66
void *returnPtr = nullptr;
Callers
1
Fiber
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected