Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZeroIntensity/pointers.py
/ c_malloc
Function
c_malloc
src/pointers/bindings.py:1050–1051 ·
view source on GitHub ↗
(size: int)
Source
from the content-addressed store, hash-verified
1048
1049
1050
def
c_malloc(size: int) -> VoidPointer:
1051
return
binding_base(_malloc, size)
1052
1053
1054
def
c_calloc(items: int, size: int) -> VoidPointer:
Callers
2
_
Function · 0.90
malloc
Function · 0.85
Calls
1
binding_base
Function · 0.85
Tested by
1
_
Function · 0.72