Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ malloc
Function
malloc
library/cpp/lfalloc/lf_allocX64.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
//#ifndef _MSC_VER
52
53
extern
"C"
void* malloc(size_t size) {
54
return LFAlloc(size);
55
}
56
57
extern
"C"
void* valloc(size_t size) {
58
return LFVAlloc(size);
Callers
nothing calls this directly
Calls
1
LFAlloc
Function · 0.85
Tested by
no test coverage detected