PyObject_Malloc method Null safety
- int size
Implementation
ffi.Pointer<ffi.Void> PyObject_Malloc(
int size,
) {
return _PyObject_Malloc(
size,
);
}
ffi.Pointer<ffi.Void> PyObject_Malloc(
int size,
) {
return _PyObject_Malloc(
size,
);
}