MCPcopy Create free account
hub / github.com/catboost/catboost / operator new[]

Function operator new[]

library/cpp/lfalloc/lf_allocX64.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void* operator new[](size_t size) {
35 return LFAlloc(size);
36}
37
38void* operator new[](size_t size, const std::nothrow_t&) OP_THROWNOTHING {
39 return LFAlloc(size);

Callers

nothing calls this directly

Calls 1

LFAllocFunction · 0.85

Tested by

no test coverage detected