MCPcopy 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
99extern "C" void cfree(void* ptr) {
100 LFFree(ptr);
101}
102
103extern "C" void* realloc(void* old_ptr, size_t new_size) {
104 if (old_ptr == nullptr) {

Callers

nothing calls this directly

Calls 1

LFFreeFunction · 0.85

Tested by

no test coverage detected