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

Function valloc

library/cpp/lfalloc/lf_allocX64.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57extern "C" void* valloc(size_t size) {
58 return LFVAlloc(size);
59}
60
61extern "C" int posix_memalign(void** memptr, size_t alignment, size_t size) {
62 return LFPosixMemalign(memptr, alignment, size);

Callers

nothing calls this directly

Calls 1

LFVAllocFunction · 0.85

Tested by

no test coverage detected