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

Function operator new

library/cpp/lfalloc/lf_allocX64.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#ifndef _darwin_
17#if !defined(YMAKE)
18void* operator new(size_t size) {
19 return LFAlloc(size);
20}
21
22void* operator new(size_t size, const std::nothrow_t&) OP_THROWNOTHING {
23 return LFAlloc(size);

Callers

nothing calls this directly

Calls 1

LFAllocFunction · 0.85

Tested by

no test coverage detected