tdefl_compressor_alloc function

  1. @Native<Pointer<tdefl_compressor> Function()>()>()
Pointer<tdefl_compressor> tdefl_compressor_alloc()

Allocate the tdefl_compressor structure in C so that / / non-C language bindings to tdefl_ API don't need to worry about / / structure size and allocation mechanism.

Implementation

@ffi.Native<ffi.Pointer<tdefl_compressor> Function()>()
external ffi.Pointer<tdefl_compressor> tdefl_compressor_alloc();