Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
void TDelete::Destroy(void* t) noexcept {
15
::operator delete(t);
16
}
17
18
TThrRefBase::~TThrRefBase() = default;
19
Callers
4
TestCopyPtr
Method · 0.45
DoJoin
Method · 0.45
with_lock
Method · 0.45
Stop
Method · 0.45
Calls
1
operator delete
Function · 0.50
Tested by
1
TestCopyPtr
Method · 0.36