Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
NPY_NO_EXPORT void
114
PyArrayIdentityHash_Dealloc(PyArrayIdentityHash *tb)
115
{
116
PyMem_Free(tb->buckets);
117
PyMem_Free(tb);
118
}
119
120
121
static int
Callers
1
ufunc_dealloc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected