new SlowBuffer(size)
稳定性: 0 - 弃用: 改为使用
Buffer.allocUnsafeSlow()
。size
<integer> 新的SlowBuffer
所需的长度。
Stability: 0 - Deprecated: Use
Buffer.allocUnsafeSlow()
instead.size
<integer> The desired length of the newSlowBuffer
.