MCPcopy Create free account
hub / github.com/numpy/numpy / PyArray_malloc_aligned

Function PyArray_malloc_aligned

numpy/random/include/aligned_malloc.h:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static inline void *PyArray_malloc_aligned(size_t n)
35{
36 return PyArray_realloc_aligned(NULL, n);
37}
38
39static inline void *PyArray_calloc_aligned(size_t n, size_t s)
40{

Callers

nothing calls this directly

Calls 1

PyArray_realloc_alignedFunction · 0.85

Tested by

no test coverage detected