Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetPageSize
Function
GetPageSize
library/cpp/yt/memory/ref.cpp:401–405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
399
}
400
401
size_t GetPageSize()
402
{
403
static const size_t PageSize = NSystemInfo::GetPageSize();
404
return PageSize;
405
}
406
407
size_t RoundUpToPage(size_t bytes)
408
{
Callers
15
TPageAlignedAllocationHolder
Method · 0.70
GetTotalByteSize
Method · 0.70
RoundUpToPage
Function · 0.70
DoAllocate
Method · 0.70
ResetPtrs
Method · 0.50
GetPageSize
Method · 0.50
Write
Method · 0.50
FlushSync
Method · 0.50
Madvise
Function · 0.50
LockMemory
Function · 0.50
UnlockMemory
Function · 0.50
TestGetPageSize
Method · 0.50
Calls
no outgoing calls
Tested by
2
TestGetPageSize
Method · 0.40
TestMemInfo
Method · 0.40