Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ free
Function
free
library/cpp/lfalloc/lf_allocX64.cpp:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
#endif
81
82
extern
"C"
void free(void* ptr) {
83
LFFree(ptr);
84
}
85
86
extern
"C"
void* calloc(size_t n, size_t elem_size) {
87
// Overflow check
Callers
nothing calls this directly
Calls
1
LFFree
Function · 0.85
Tested by
no test coverage detected