Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ operator delete[]
Function
operator delete[]
library/cpp/lfalloc/lf_allocX64.cpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void operator delete[](void* p) OP_THROWNOTHING {
43
LFFree(p);
44
}
45
46
void operator delete[](void* p, const std::nothrow_t&) OP_THROWNOTHING {
47
LFFree(p);
Callers
nothing calls this directly
Calls
1
LFFree
Function · 0.85
Tested by
no test coverage detected