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:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void operator delete(void* p)OP_THROWNOTHING {
27
LFFree(p);
28
}
29
30
void operator delete(void* p, const std::nothrow_t&)OP_THROWNOTHING {
31
LFFree(p);
Callers
nothing calls this directly
Calls
1
LFFree
Function · 0.85
Tested by
no test coverage detected