MCPcopy 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
1050def c_malloc(size: int) -> VoidPointer:
1051 return binding_base(_malloc, size)
1052
1053
1054def c_calloc(items: int, size: int) -> VoidPointer:

Callers 2

_Function · 0.90
mallocFunction · 0.85

Calls 1

binding_baseFunction · 0.85

Tested by 1

_Function · 0.72