Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ c_calloc
Function
c_calloc
src/pointers/bindings.py:1054–1055 ·
view source on GitHub ↗
(items: int, size: int)
Source
from the content-addressed store, hash-verified
1052
1053
1054
def
c_calloc(items: int, size: int) -> VoidPointer:
1055
return
binding_base(_calloc, items, size)
1056
1057
1058
def
c_realloc(ptr: PointerLike, size: int) -> VoidPointer:
Callers
1
calloc
Function · 0.85
Calls
1
binding_base
Function · 0.85
Tested by
no test coverage detected