diff options
author | mattip <matti.picus@gmail.com> | 2019-09-27 15:10:40 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-11 15:08:46 +0300 |
commit | e527e71f11e79e03eee41441d383b046ddb68d8b (patch) | |
tree | e01be48bcd9d363f4661214711bc80d2b3362ed9 /numpy/random/src/aligned_malloc/aligned_malloc.c | |
parent | 007b3236a1409648629660cd6a25adeaba40cf75 (diff) | |
download | numpy-e527e71f11e79e03eee41441d383b046ddb68d8b.tar.gz |
API: rearrange the cython files in numpy.random
Diffstat (limited to 'numpy/random/src/aligned_malloc/aligned_malloc.c')
-rw-r--r-- | numpy/random/src/aligned_malloc/aligned_malloc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/numpy/random/src/aligned_malloc/aligned_malloc.c b/numpy/random/src/aligned_malloc/aligned_malloc.c deleted file mode 100644 index 6e8192cfb..000000000 --- a/numpy/random/src/aligned_malloc/aligned_malloc.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "aligned_malloc.h" - -static NPY_INLINE void *PyArray_realloc_aligned(void *p, size_t n); - -static NPY_INLINE void *PyArray_malloc_aligned(size_t n); - -static NPY_INLINE void *PyArray_calloc_aligned(size_t n, size_t s); - -static NPY_INLINE void PyArray_free_aligned(void *p);
\ No newline at end of file |