PyMemAllocatorEx

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

calloc
void* function(void*, c_ulong, c_ulong) calloc;
Undocumented in source.
ctx
void* ctx;
Undocumented in source.
free
void function(void*, void*) free;
Undocumented in source.
malloc
void* function(void*, c_ulong) malloc;
Undocumented in source.
realloc
void* function(void*, void*, c_ulong) realloc;
Undocumented in source.

Meta