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

Method Destroy

util/generic/ptr.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void TDelete::Destroy(void* t) noexcept {
15 ::operator delete(t);
16}
17
18TThrRefBase::~TThrRefBase() = default;
19

Callers 4

TestCopyPtrMethod · 0.45
DoJoinMethod · 0.45
with_lockMethod · 0.45
StopMethod · 0.45

Calls 1

operator deleteFunction · 0.50

Tested by 1

TestCopyPtrMethod · 0.36