Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void* operator new[](size_t size) {
35
return LFAlloc(size);
36
}
37
38
void* operator new[](size_t size, const std::nothrow_t&) OP_THROWNOTHING {
39
return LFAlloc(size);
Callers
nothing calls this directly
Calls
1
LFAlloc
Function · 0.85
Tested by
no test coverage detected