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

Method Reset

library/cpp/yt/memory/blob.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void TBlob::Reset()
145{
146 Begin_ = nullptr;
147 Size_ = Capacity_ = 0;
148}
149
150char* TBlob::DoAllocate(size_t size)
151{

Callers 3

LoadMethod · 0.45
ReleaseMethod · 0.45
TBlobMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected