MCPcopy 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
1054def c_calloc(items: int, size: int) -> VoidPointer:
1055 return binding_base(_calloc, items, size)
1056
1057
1058def c_realloc(ptr: PointerLike, size: int) -> VoidPointer:

Callers 1

callocFunction · 0.85

Calls 1

binding_baseFunction · 0.85

Tested by

no test coverage detected