allocUnsafeSlow

abstract fun allocUnsafeSlow(size: Int): BufferInstance

Allocate a new buffer of the given size without initializing it. The returned buffer contains arbitrary values and must be manually zeroed out.

Whether this method actually uses a pre-allocated pool is not guaranteed, the current implementation uses the same mechanism as alloc.