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

Function malloc

library/cpp/lfalloc/lf_allocX64.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51//#ifndef _MSC_VER
52
53extern "C" void* malloc(size_t size) {
54 return LFAlloc(size);
55}
56
57extern "C" void* valloc(size_t size) {
58 return LFVAlloc(size);

Callers

nothing calls this directly

Calls 1

LFAllocFunction · 0.85

Tested by

no test coverage detected