MCPcopy 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
109static size_t getpagesize()
110{
111 return PAGESIZE;
112}
113#endif
114#endif
115

Callers 2

set_stack_sizeMethod · 0.85
getSystemPageSizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected