MCPcopy 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
61size_t SystemPageSize() {
62 return static_cast<size_t>(getpagesize());
63}
64
65void *AlignedAlloc(size_t size, size_t alignment) {
66 void *returnPtr = nullptr;

Callers 1

FiberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected