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

Function PyArrayIdentityHash_Dealloc

numpy/core/src/common/npy_hashtable.c:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112
113NPY_NO_EXPORT void
114PyArrayIdentityHash_Dealloc(PyArrayIdentityHash *tb)
115{
116 PyMem_Free(tb->buckets);
117 PyMem_Free(tb);
118}
119
120
121static int

Callers 1

ufunc_deallocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected