Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ get_page_size
Function
get_page_size
src/common/classes/alloc.cpp:171–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
170
#if defined(WIN_NT)
171
size_t get_page_size()
172
{
173
SYSTEM_INFO info;
174
GetSystemInfo(&info);
175
return info.dwPageSize;
176
}
177
#else
178
size_t get_page_size()
179
{
Callers
1
get_map_page_size
Function · 0.85
Calls
1
GetSystemInfo
Function · 0.85
Tested by
no test coverage detected