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

Function __libc_memalign

library/cpp/balloc/balloc.cpp:309–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307#if !defined(_MSC_VER) && !defined(_freebsd_)
308// Workaround for pthread_create bug in linux.
309extern "C" void* __libc_memalign(size_t alignment, size_t size) {
310 return memalign(alignment, size);
311}
312#endif

Callers

nothing calls this directly

Calls 1

memalignFunction · 0.70

Tested by

no test coverage detected