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

Function posix_memalign

library/cpp/lfalloc/lf_allocX64.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61extern "C" int posix_memalign(void** memptr, size_t alignment, size_t size) {
62 return LFPosixMemalign(memptr, alignment, size);
63}
64
65extern "C" void* memalign(size_t alignment, size_t size) {
66 void* ptr;

Callers

nothing calls this directly

Calls 1

LFPosixMemalignFunction · 0.85

Tested by

no test coverage detected