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

Function free

library/cpp/lfalloc/lf_allocX64.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80#endif
81
82extern "C" void free(void* ptr) {
83 LFFree(ptr);
84}
85
86extern "C" void* calloc(size_t n, size_t elem_size) {
87 // Overflow check

Callers

nothing calls this directly

Calls 1

LFFreeFunction · 0.85

Tested by

no test coverage detected