MCPcopy Create free account
hub / github.com/apache/arrow / GetPageSize

Function GetPageSize

cpp/src/arrow/util/io_util.cc:1426–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424} // namespace
1425
1426int64_t GetPageSize() {
1427 static const int64_t kPageSize = GetPageSizeInternal(); // cache it
1428 return kPageSize;
1429}
1430
1431//
1432// Compatible way to remap a memory map

Callers 2

TESTFunction · 0.85
MemoryAdviseWillNeedFunction · 0.85

Calls 1

GetPageSizeInternalFunction · 0.85

Tested by 1

TESTFunction · 0.68