- 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.
Mirror pymem.h