MCPcopy 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
42void operator delete[](void* p) OP_THROWNOTHING {
43 LFFree(p);
44}
45
46void operator delete[](void* p, const std::nothrow_t&) OP_THROWNOTHING {
47 LFFree(p);

Callers

nothing calls this directly

Calls 1

LFFreeFunction · 0.85

Tested by

no test coverage detected