MCPcopy Create free account
hub / github.com/catboost/catboost / ~TMappedBlobBase

Method ~TMappedBlobBase

util/memory/blob.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 ~TMappedBlobBase() override {
126 if (Mode_ == EMappingMode::Locked && Length()) {
127 UnlockMemory(Data(), Length());
128 }
129 }
130
131 void Ref() noexcept override {
132 TRefBase::Ref();

Callers

nothing calls this directly

Calls 3

LengthClass · 0.85
UnlockMemoryFunction · 0.85
DataClass · 0.50

Tested by

no test coverage detected