Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
281
void* allocaFunc() {
282
return alloca(LEN);
283
}
284
285
int main() {
286
const size_t num = 10000000;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected