Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1426
int64_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
TEST
Function · 0.85
MemoryAdviseWillNeed
Function · 0.85
Calls
1
GetPageSizeInternal
Function · 0.85
Tested by
1
TEST
Function · 0.68