new SlowBuffer(size)


稳定性: 0 - 已弃用:改用 Buffer.allocUnsafeSlow()

¥Stability: 0 - Deprecated: Use Buffer.allocUnsafeSlow() instead.

  • size <integer> 新的 SlowBuffer 所需的长度。

    ¥size <integer> The desired length of the new SlowBuffer.

参见 Buffer.allocUnsafeSlow()

¥See Buffer.allocUnsafeSlow().