MCPcopy 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
26void operator delete(void* p)OP_THROWNOTHING {
27 LFFree(p);
28}
29
30void operator delete(void* p, const std::nothrow_t&)OP_THROWNOTHING {
31 LFFree(p);

Callers

nothing calls this directly

Calls 1

LFFreeFunction · 0.85

Tested by

no test coverage detected