MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / aligned_alloc

Function aligned_alloc

3rd/mimalloc-2.0.9/src/alloc-override.c:253–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 // uses internally `memalign`, `posix_memalign`, or `_aligned_malloc` so we can avoid overriding it ourselves.
252 #if __USE_ISOC11
253 void* aligned_alloc(size_t alignment, size_t size) { return mi_aligned_alloc(alignment, size); }
254 #endif
255#endif
256

Callers 1

aligned_newFunction · 0.85

Calls 1

mi_aligned_allocFunction · 0.85

Tested by

no test coverage detected