Class ZSTDCustomMem

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class ZSTDCustomMem extends Struct<ZSTDCustomMem> implements NativeResource

 struct ZSTD_customMem {
     {@link ZSTDAllocFunctionI ZSTD_allocFunction} customAlloc;
     {@link ZSTDFreeFunctionI ZSTD_freeFunction} customFree;
     void * opaque;
 }