Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DataSize
Method
DataSize
util/memory/pool.h:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
inline size_t DataSize() const noexcept {
84
return Cur_ - Data();
85
}
86
87
inline void ResetChunk() noexcept {
88
size_t total = DataSize() + Left();
Callers
2
TBookmark
Method · 0.80
Traverse
Method · 0.80
Calls
1
Data
Class · 0.50
Tested by
no test coverage detected