MCPcopy 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

1from pointers import calloc, free
2
3array = calloc(10, 28)
4

Callers

nothing calls this directly

Calls 2

callocFunction · 0.90
freeFunction · 0.90

Tested by

no test coverage detected