Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ cfree
Function
cfree
library/cpp/balloc/balloc.cpp:223–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
extern
"C"
void cfree(void* ptr) {
224
#if defined(Y_COVER_PTR)
225
free(ptr);
226
#else
227
NBalloc::Free(ptr);
228
#endif
229
}
230
231
#if defined(Y_COVER_PTR)
232
static inline void* DoRealloc(void* oldPtr, size_t newSize) {
Callers
nothing calls this directly
Calls
2
Free
Function · 0.85
free
Function · 0.70
Tested by
no test coverage detected