MCPcopy 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

TBookmarkMethod · 0.80
TraverseMethod · 0.80

Calls 1

DataClass · 0.50

Tested by

no test coverage detected