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

Method Used

util/memory/pool.h:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 inline size_t Used() const noexcept {
68 return Cur_ - (const char*)this;
69 }
70
71 inline size_t Left() const noexcept {
72 return Left_;

Callers 2

MemoryAllocatedMethod · 0.80
AddChunkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected