MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / malloc_example.py

File malloc_example.py

examples/malloc_example.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from pointers import free, malloc
2
3memory = malloc(52)
4memory <<= "abc"

Callers

nothing calls this directly

Calls 2

mallocFunction · 0.90
freeFunction · 0.90

Tested by

no test coverage detected