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

Function c_realloc

src/pointers/bindings.py:1058–1059  ·  view source on GitHub ↗
(ptr: PointerLike, size: int)

Source from the content-addressed store, hash-verified

1056
1057
1058def c_realloc(ptr: PointerLike, size: int) -> VoidPointer:
1059 return binding_base(_realloc, ptr, size)
1060
1061
1062def c_free(ptr: PointerLike) -> None:

Callers 1

reallocFunction · 0.85

Calls 1

binding_baseFunction · 0.85

Tested by

no test coverage detected