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

Function aligned_alloc

contrib/libs/mimalloc/src/alloc-override.c:271–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 // uses internally `memalign`, `posix_memalign`, or `_aligned_malloc` so we can avoid overriding it ourselves.
270 #if !defined(__GLIBC__) || __USE_ISOC11
271 void* aligned_alloc(size_t alignment, size_t size) { return mi_aligned_alloc(alignment, size); }
272 #endif
273#endif
274

Callers 3

__aligned_alloc_hostFunction · 0.50
__libcpp_aligned_allocFunction · 0.50
__libcpp_aligned_allocFunction · 0.50

Calls 1

mi_aligned_allocFunction · 0.85

Tested by

no test coverage detected