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

Method BlockLength

util/memory/pool.h:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 inline size_t BlockLength() const noexcept {
64 return (Cur_ + Left_) - (char*)this;
65 }
66
67 inline size_t Used() const noexcept {
68 return Cur_ - (const char*)this;

Callers 1

DoClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected