LzoCompressor._allocateBlockBuf
private
void _allocateBlockBuf()Allocate the block buffer via malloc.
Pre-allocates space for block header + maximum compressed size + checksum. This avoids GC allocations in emitBlock.
void _allocateBlockBuf()Allocate the block buffer via malloc.
Pre-allocates space for block header + maximum compressed size + checksum. This avoids GC allocations in emitBlock.