MCPcopy Create free account
hub / github.com/catboost/catboost / ResetChunk

Method ResetChunk

util/memory/pool.h:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 inline void ResetChunk() noexcept {
88 size_t total = DataSize() + Left();
89 Cur_ = Data();
90 Left_ = total;
91 }
92
93 private:
94 char* Cur_;

Callers 2

~TBookmarkMethod · 0.80
DoClearMethod · 0.80

Calls 1

DataClass · 0.50

Tested by

no test coverage detected