MCPcopy 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)
171size_t get_page_size()
172{
173 SYSTEM_INFO info;
174 GetSystemInfo(&info);
175 return info.dwPageSize;
176}
177#else
178size_t get_page_size()
179{

Callers 1

get_map_page_sizeFunction · 0.85

Calls 1

GetSystemInfoFunction · 0.85

Tested by

no test coverage detected