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

Method ~TIBMemBlock

library/cpp/netliba/v6/ib_mem.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 TIBMemBlock::~TIBMemBlock() {
36 if (Super.Get()) {
37 Super->DecRef();
38 } else {
39 delete[] Data;
40 }
41 }
42
43 //////////////////////////////////////////////////////////////////////////
44 TIBMemPool::TIBMemPool(TPtrArg<TIBContext> ctx)

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45
DecRefMethod · 0.45

Tested by

no test coverage detected