Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getpagesize
Function
getpagesize
src/common/isc_sync.cpp:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
#ifndef WIN_NT
108
#ifndef HAVE_GETPAGESIZE
109
static size_t getpagesize()
110
{
111
return PAGESIZE;
112
}
113
#endif
114
#endif
115
Callers
2
set_stack_size
Method · 0.85
getSystemPageSize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected