PyList_DebugMallocStats method

void PyList_DebugMallocStats(
  1. Pointer<FILE> out
)

Implementation

void PyList_DebugMallocStats(
  ffi.Pointer<FILE> out,
) {
  return _PyList_DebugMallocStats(
    out,
  );
}