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

Function npy_free_cache

numpy/core/src/multiarray/alloc.c:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173NPY_NO_EXPORT void
174npy_free_cache(void * p, npy_uintp sz)
175{
176 _npy_free_cache(p, sz, NBUCKETS, datacache, &PyDataMem_FREE);
177}
178
179/*
180 * dimension/stride cache, uses a different allocator and is always a multiple

Callers

nothing calls this directly

Calls 1

_npy_free_cacheFunction · 0.85

Tested by

no test coverage detected