Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ y_deallocate
Function
y_deallocate
util/system/sys_alloc.h:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
inline void y_deallocate(void* p) {
19
free(p);
20
}
21
22
/**
23
* Behavior of
'realloc'
changed from C++98 to C++11 (http://www.cplusplus.com/reference/cstdlib/realloc/).
Callers
5
~TCompactVector
Method · 0.85
~TArrayWithSizeHolder
Method · 0.85
Release
Method · 0.85
buffer.cpp
File · 0.85
~TBuffer
Method · 0.85
Calls
1
free
Function · 0.50
Tested by
no test coverage detected