MCPcopy Create free account
hub / github.com/catboost/catboost / free

Function free

library/cpp/balloc/balloc.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98extern "C" void free(void* data) {
99#if defined(Y_COVER_PTR)
100 NBalloc::Free(UncoverPtr(data));
101#else
102 NBalloc::Free(data);
103#endif
104}
105
106#if defined(USE_INTELCC) || defined(_darwin_) || defined(_freebsd_) || defined(_STLPORT_VERSION)
107#define OP_THROWNOTHING noexcept

Callers 15

operator deleteFunction · 0.70
operator delete[]Function · 0.70
cfreeFunction · 0.70
reallocFunction · 0.70
pymainFunction · 0.50
CountMappedFunction · 0.50
BM_GetAlignedMemoryFunction · 0.50
TESTFunction · 0.50
TYPED_TESTFunction · 0.50
TESTFunction · 0.50
TearDownMethod · 0.50

Calls 1

FreeFunction · 0.85

Tested by 1

GetTypeNameFunction · 0.40