Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
pointers
import
free, malloc
2
3
memory = malloc(52)
4
memory <<=
"abc"
Callers
nothing calls this directly
Calls
2
malloc
Function · 0.90
free
Function · 0.90
Tested by
no test coverage detected