Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

isidentical-archive/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

malloc

Malloc interface for python

Examples

from malloc import Memory

mem = Memory.from_malloc(1000)
mem.as_buffer()
mem.free()
del mem

with Memory.from_calloc(10, 100) as mem:
    mem.cast(etc)

About

PyMem_ interface for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages