Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ releasebuffer
Function
releasebuffer
python/src/buffer.h:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
extern
"C"
inline void releasebuffer(PyObject*, Py_buffer* view) {
123
delete (buffer_info*)view->internal;
124
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected