summaryrefslogtreecommitdiff
path: root/numpy/random/src/aligned_malloc/aligned_malloc.c
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-09-27 15:10:40 +0300
committermattip <matti.picus@gmail.com>2019-10-11 15:08:46 +0300
commite527e71f11e79e03eee41441d383b046ddb68d8b (patch)
treee01be48bcd9d363f4661214711bc80d2b3362ed9 /numpy/random/src/aligned_malloc/aligned_malloc.c
parent007b3236a1409648629660cd6a25adeaba40cf75 (diff)
downloadnumpy-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.c9
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