Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1058
def
c_realloc(ptr: PointerLike, size: int) -> VoidPointer:
1059
return
binding_base(_realloc, ptr, size)
1060
1061
1062
def
c_free(ptr: PointerLike) -> None:
Callers
1
realloc
Function · 0.85
Calls
1
binding_base
Function · 0.85
Tested by
no test coverage detected