MCPcopy Create free account
hub / github.com/catboost/catboost / allocaFunc

Function allocaFunc

util/memory/tempbuf.cpp:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 #define LEN (1024)
280
281void* allocaFunc() {
282 return alloca(LEN);
283}
284
285int main() {
286 const size_t num = 10000000;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected