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

Function valloc

library/cpp/balloc/balloc.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303extern "C" void* valloc(size_t size) {
304 return memalign(NBalloc::PAGE_ELEM, size);
305}
306
307#if !defined(_MSC_VER) && !defined(_freebsd_)
308// Workaround for pthread_create bug in linux.

Callers

nothing calls this directly

Calls 1

memalignFunction · 0.70

Tested by

no test coverage detected