MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getpagesize

Function getpagesize

libminifi/src/core/ProcessSession.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46#include <direct.h>
47
48int getpagesize(void) {
49 return 4096;
50 // SYSTEM_INFO system_info;
51 // GetSystemInfo(&system_info);
52 // return system_info.dwPageSize;
53}
54#endif
55
56namespace org {

Callers 2

importFromMethod · 0.85
importMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected