就业培训
下载中心
Wiki
联络
登录
注册
首页
C4D R23.110 C++ SDK
Public Attributes
|
所有成员列表
CPyMemAllocatorEx Struct Reference
#include <cpython.h>
Public Attributes
void *
ctx
void *(*
malloc
)(void *
ctx
, size_t size)
void *(*
calloc
)(void *
ctx
, size_t nelem, size_t elsize)
void *(*
realloc
)(void *
ctx
, void *ptr, size_t new_size)
void(*
free
)(void *
ctx
, void *ptr)
Member Data Documentation
◆
ctx
void* ctx
◆
malloc
void*(* malloc(void *
ctx
, size_t size)
◆
calloc
void*(* calloc(void *
ctx
, size_t nelem, size_t elsize)
◆
realloc
void*(* realloc(void *
ctx
, void *ptr, size_t new_size)
◆
free
void(* free(void *
ctx
, void *ptr)
maxon
py
CPyMemAllocatorEx