Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ calloc_example.py
File
calloc_example.py
examples/calloc_example.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
pointers
import
calloc, free
2
3
array = calloc(10, 28)
4
Callers
nothing calls this directly
Calls
2
calloc
Function · 0.90
free
Function · 0.90
Tested by
no test coverage detected