Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Ptr
Method
Ptr
util/system/filemap.h:157–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
inline void* Ptr() const noexcept {
158
return Region_.MappedData();
159
}
160
161
inline size_t MappedSize() const noexcept {
162
return Region_.MappedSize();
Callers
9
TElf
Method · 0.45
TMappedBlobBase
Method · 0.45
Data
Method · 0.45
BasicTest
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
DoInit
Method · 0.45
Next
Method · 0.45
TBuffered
Class · 0.45
Calls
1
MappedData
Method · 0.80
Tested by
no test coverage detected