numpy
2.0.0
|
#include <numpy/ndarraytypes.h>
Go to the source code of this file.
Defines | |
#define | NPY_NO_DEPRECATED_API NPY_API_VERSION |
#define | _MULTIARRAYMODULE |
Functions | |
NPY_NO_EXPORT void * | npy_alloc_cache (npy_uintp sz) |
NPY_NO_EXPORT void * | npy_alloc_cache_zero (npy_uintp sz) |
NPY_NO_EXPORT void | npy_free_cache (void *p, npy_uintp sd) |
NPY_NO_EXPORT void * | npy_alloc_cache_dim (npy_uintp sz) |
NPY_NO_EXPORT void | npy_free_cache_dim (void *p, npy_uintp sd) |
#define _MULTIARRAYMODULE |
#define NPY_NO_DEPRECATED_API NPY_API_VERSION |
NPY_NO_EXPORT void* npy_alloc_cache | ( | npy_uintp | sz | ) |
NPY_NO_EXPORT void* npy_alloc_cache_dim | ( | npy_uintp | sz | ) |
NPY_NO_EXPORT void* npy_alloc_cache_zero | ( | npy_uintp | sz | ) |
NPY_NO_EXPORT void npy_free_cache | ( | void * | p, |
npy_uintp | sd | ||
) |
References _npy_free_cache(), NBUCKETS_DIM, NPY_UNLIKELY, and PyArray_free.
NPY_NO_EXPORT void npy_free_cache_dim | ( | void * | p, |
npy_uintp | sd | ||
) |