deimos.python.pymem

Mirror pymem.h

Members

Functions

PyMem_Calloc
void* PyMem_Calloc(size_t , size_t )

_

PyMem_Free
void PyMem_Free(void* )

_

PyMem_Malloc
void* PyMem_Malloc(size_t )

_

PyMem_Realloc
void* PyMem_Realloc(void* , size_t )

_

PyTraceMalloc_Track
int PyTraceMalloc_Track(uint domain, uintptr_t ptr, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTraceMalloc_Untrack
int PyTraceMalloc_Untrack(uint domain, uintptr_t ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta