MCPcopy 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
223extern "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)
232static inline void* DoRealloc(void* oldPtr, size_t newSize) {

Callers

nothing calls this directly

Calls 2

FreeFunction · 0.85
freeFunction · 0.70

Tested by

no test coverage detected