PyTraceMalloc_NewReference method

int PyTraceMalloc_NewReference(
  1. Pointer<PyObject> op
)

Implementation

int PyTraceMalloc_NewReference(
  ffi.Pointer<PyObject> op,
) {
  return _PyTraceMalloc_NewReference(
    op,
  );
}