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

Function PyArray_free_aligned

numpy/random/include/aligned_malloc.h:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static inline void PyArray_free_aligned(void *p)
49{
50 void *base = *(((void **)p) - 1);
51 PyMem_Free(base);
52}
53
54#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected