Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ cfree
Function
cfree
library/cpp/lfalloc/lf_allocX64.cpp:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
extern
"C"
void cfree(void* ptr) {
100
LFFree(ptr);
101
}
102
103
extern
"C"
void* realloc(void* old_ptr, size_t new_size) {
104
if (old_ptr == nullptr) {
Callers
nothing calls this directly
Calls
1
LFFree
Function · 0.85
Tested by
no test coverage detected