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

Function npy_free_cache_dim_array

numpy/core/src/multiarray/alloc.h:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static inline void
41npy_free_cache_dim_array(PyArrayObject * arr)
42{
43 npy_free_cache_dim(PyArray_DIMS(arr), PyArray_NDIM(arr));
44}
45
46extern PyDataMem_Handler default_handler;
47extern PyObject *current_handler; /* PyContextVar/PyCapsule */

Callers 3

array_shape_setFunction · 0.85
array_descr_setFunction · 0.85
array_setstateFunction · 0.85

Calls 3

npy_free_cache_dimFunction · 0.85
PyArray_DIMSFunction · 0.85
PyArray_NDIMFunction · 0.85

Tested by

no test coverage detected